Uses of Interface
org.glassfish.pfl.basic.fsm.Guard
-
Packages that use Guard Package Description org.glassfish.pfl.basic.fsm -
-
Uses of Guard in org.glassfish.pfl.basic.fsm
Classes in org.glassfish.pfl.basic.fsm that implement Guard Modifier and Type Class Description static classGuard.BaseFields in org.glassfish.pfl.basic.fsm declared as Guard Modifier and Type Field Description private GuardTransition. guardprivate static GuardTransition. trueGuardMethods in org.glassfish.pfl.basic.fsm that return Guard Modifier and Type Method Description GuardTransition. getGuard()static GuardGuard.Base. makeGuard(Guard.Base.Predicate pred)Methods in org.glassfish.pfl.basic.fsm with parameters of type Guard Modifier and Type Method Description StateEngineStateEngine. add(State oldState, java.util.Set<Input> input, Guard guard, Action action, State newState)Repeatedly calls add( State, Input, Guard, Action, State ) for each element of input.StateEngineStateEngine. add(State oldState, Input input, Guard guard, Action action, State newState)Add a new transition (old,in,guard,act,new) to the state engine.Constructors in org.glassfish.pfl.basic.fsm with parameters of type Guard Constructor Description Transition(Guard guard, Action action, State nextState)
-