- getCode() - Method in class com.googlecode.jinahya.util.fsm.AbstractState
-
Returns code.
- getCode() - Method in interface com.googlecode.jinahya.util.fsm.State
-
Returns code value of this State.
- getId() - Method in class com.googlecode.jinahya.util.fsm.AbstractTask
-
- getId() - Method in interface com.googlecode.jinahya.util.fsm.Task
-
Returns identifier.
- getMachine() - Method in class com.googlecode.jinahya.util.fsm.Transition
-
Returns machine.
- getName() - Method in class com.googlecode.jinahya.util.fsm.AbstractState
-
Returns name.
- getName() - Method in interface com.googlecode.jinahya.util.fsm.State
-
Returns the name of this State.
- getProperty(String) - Method in class com.googlecode.jinahya.util.fsm.Machine
-
Returns the property value mapped to given name.
- getProperty(String) - Method in interface com.googlecode.jinahya.util.fsm.TransitionContext
-
Returns the property value mapped to given name.
- getSource() - Method in class com.googlecode.jinahya.util.fsm.Transition
-
Returns the source state.
- getState() - Method in class com.googlecode.jinahya.util.fsm.Machine
-
Returns current state.
- getTarget() - Method in class com.googlecode.jinahya.util.fsm.Transition
-
Returns the target state.
- getTasks() - Method in class com.googlecode.jinahya.util.fsm.TaskContext
-
Returns a map of <ID, Instance>.
- getTransition() - Method in interface com.googlecode.jinahya.util.fsm.TransitionContext
-
Returns transition.
- getTransition() - Method in class com.googlecode.jinahya.util.fsm.TransitionEvent
-
Returns transition.