Class: Roby::EventStructure::TemporalConstraints::Extension::FailedOccurenceConstraint
- Inherits:
-
Struct
- Object
- Struct
- Roby::EventStructure::TemporalConstraints::Extension::FailedOccurenceConstraint
- Defined in:
- lib/roby/event_structure/temporal_constraints.rb
Instance Attribute Summary collapse
-
#base_time ⇒ Object
Returns the value of attribute base_time.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#parent_history_size ⇒ Object
Returns the value of attribute parent_history_size.
-
#required_max_count ⇒ Object
Returns the value of attribute required_max_count.
-
#required_min_count ⇒ Object
Returns the value of attribute required_min_count.
Instance Attribute Details
#base_time ⇒ Object
Returns the value of attribute base_time
565 566 567 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565 def base_time @base_time end |
#parent ⇒ Object
Returns the value of attribute parent
565 566 567 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565 def parent @parent end |
#parent_history_size ⇒ Object
Returns the value of attribute parent_history_size
565 566 567 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565 def parent_history_size @parent_history_size end |
#required_max_count ⇒ Object
Returns the value of attribute required_max_count
565 566 567 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565 def required_max_count @required_max_count end |
#required_min_count ⇒ Object
Returns the value of attribute required_min_count
565 566 567 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565 def required_min_count @required_min_count end |