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
-
Field Details
-
trueGuard
-
guard
-
action
-
nextState
-
-
Constructor Details
-
Transition
-
Transition
-
-
Method Details
-
toString
-
getAction
-
getGuard
-
getNextState
-