Class: Roby::EventStructure::TemporalConstraints::Extension::FailedTemporalConstraint

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/event_structure/temporal_constraints.rb

Instance Attribute Summary collapse

Instance Attribute Details

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



469
470
471
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469

def interval
  @interval
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



469
470
471
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469

def parent
  @parent
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



469
470
471
# File 'lib/roby/event_structure/temporal_constraints.rb', line 469

def time
  @time
end