Uses of Interface
org.glassfish.pfl.basic.fsm.Guard
Packages that use Guard
-
Uses of Guard in org.glassfish.pfl.basic.fsm
Classes in org.glassfish.pfl.basic.fsm that implement GuardMethods in org.glassfish.pfl.basic.fsm that return GuardModifier and TypeMethodDescriptionTransition.getGuard()static GuardGuard.Base.makeGuard(Guard.Base.Predicate pred) Methods in org.glassfish.pfl.basic.fsm with parameters of type GuardModifier and TypeMethodDescriptionRepeatedly calls add( State, Input, Guard, Action, State ) for each element of input.Add a new transition (old,in,guard,act,new) to the state engine.