Class: Roby::EventStructure::TemporalConstraints::Extension::FailedOccurenceConstraint

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_timeObject

Returns the value of attribute base_time

Returns:

  • (Object)

    the current value of base_time



565
566
567
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565

def base_time
  @base_time
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



565
566
567
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565

def parent
  @parent
end

#parent_history_sizeObject

Returns the value of attribute parent_history_size

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute required_max_count

Returns:

  • (Object)

    the current value of 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_countObject

Returns the value of attribute required_min_count

Returns:

  • (Object)

    the current value of required_min_count



565
566
567
# File 'lib/roby/event_structure/temporal_constraints.rb', line 565

def required_min_count
  @required_min_count
end