- perform(TransitionContext, Task...) - Method in class com.googlecode.jinahya.util.fsm.Machine
-
Performs each of given tasks with specified
context.
- perform(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
- perform(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.Task
-
Performs desired actions for given transition.
- performOff(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SimpleTask
-
- performOff(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
Performs for switching off.
- performOn(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
Performs for switching on.
- prepare(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
- prepare(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.Task
-
Prepares for given context.
- prepareOff(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SimpleTask
-
- prepareOff(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
Prepares for switching off.
- prepareOn(TransitionContext) - Method in class com.googlecode.jinahya.util.fsm.SwitchTask
-
Prepares for switching on.