Class: Roby::Coordination::ActionStateMachine::StateInfo
- Defined in:
- lib/roby/coordination/action_state_machine.rb
Instance Attribute Summary collapse
-
#captures ⇒ Object
Returns the value of attribute captures.
-
#forwards ⇒ Object
Returns the value of attribute forwards.
-
#required_tasks ⇒ Object
Returns the value of attribute required_tasks.
-
#transitions ⇒ Object
Returns the value of attribute transitions.
Instance Attribute Details
#captures ⇒ Object
Returns the value of attribute captures
21 22 23 |
# File 'lib/roby/coordination/action_state_machine.rb', line 21 def captures @captures end |
#forwards ⇒ Object
Returns the value of attribute forwards
21 22 23 |
# File 'lib/roby/coordination/action_state_machine.rb', line 21 def forwards @forwards end |
#required_tasks ⇒ Object
Returns the value of attribute required_tasks
21 22 23 |
# File 'lib/roby/coordination/action_state_machine.rb', line 21 def required_tasks @required_tasks end |
#transitions ⇒ Object
Returns the value of attribute transitions
21 22 23 |
# File 'lib/roby/coordination/action_state_machine.rb', line 21 def transitions @transitions end |