Class: Roby::Coordination::ActionStateMachine::StateInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/coordination/action_state_machine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capturesObject

Returns the value of attribute captures

Returns:

  • (Object)

    the current value of captures



21
22
23
# File 'lib/roby/coordination/action_state_machine.rb', line 21

def captures
  @captures
end

#forwardsObject

Returns the value of attribute forwards

Returns:

  • (Object)

    the current value of forwards



21
22
23
# File 'lib/roby/coordination/action_state_machine.rb', line 21

def forwards
  @forwards
end

#required_tasksObject

Returns the value of attribute required_tasks

Returns:

  • (Object)

    the current value of required_tasks



21
22
23
# File 'lib/roby/coordination/action_state_machine.rb', line 21

def required_tasks
  @required_tasks
end

#transitionsObject

Returns the value of attribute transitions

Returns:

  • (Object)

    the current value of transitions



21
22
23
# File 'lib/roby/coordination/action_state_machine.rb', line 21

def transitions
  @transitions
end