Package org.glassfish.pfl.basic.fsm
Class Transition
java.lang.Object
org.glassfish.pfl.basic.fsm.Transition
This represents an action, guard, and next state for a transition.
Instances of this class may only be created by the StateEngine.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransition
(Action action, State nextState) Transition
(Guard guard, Action action, State nextState) -
Method Summary