Uses of Class
org.glassfish.pfl.basic.fsm.Guard.Result
-
Packages that use Guard.Result Package Description org.glassfish.pfl.basic.fsm -
-
Uses of Guard.Result in org.glassfish.pfl.basic.fsm
Methods in org.glassfish.pfl.basic.fsm that return Guard.Result Modifier and Type Method Description Guard.Result
Guard. evaluate(FSM fsm, Input in)
Called by the state engine to determine whether a transition is enabled, deferred, or disabled.static Guard.Result
Guard.Result. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Guard.Result[]
Guard.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-