Class: Roby::EventStructure::TemporalConstraints::Extension::FailedTemporalConstraint
- Inherits:
-
Struct
- Object
- Struct
- Roby::EventStructure::TemporalConstraints::Extension::FailedTemporalConstraint
- Defined in:
- lib/roby/event_structure/temporal_constraints.rb
Instance Attribute Summary collapse
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval
469 470 471 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469 def interval @interval end |
#parent ⇒ Object
Returns the value of attribute parent
469 470 471 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469 def parent @parent end |
#time ⇒ Object
Returns the value of attribute time
469 470 471 |
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469 def time @time end |