Uses of Interface
org.glassfish.pfl.basic.fsm.Input
Packages that use Input
-
Uses of Input in org.glassfish.pfl.basic.fsm
Classes in org.glassfish.pfl.basic.fsm that implement InputMethods in org.glassfish.pfl.basic.fsm that return types with arguments of type InputMethods in org.glassfish.pfl.basic.fsm with parameters of type InputModifier and TypeMethodDescriptionAdd a transition with a guard that always evaluates to true.Add a new transition (old,in,guard,act,new) to the state engine.voidCalled by the state engine to perform an action before a state transition takes place.voidPerform the transition for the given input in the current state.voidActually perform a state transition on the FSM on the runner.peek() FSM under Input in.Called by the state engine to determine whether a transition is enabled, deferred, or disabled.Method parameters in org.glassfish.pfl.basic.fsm with type arguments of type InputModifier and TypeMethodDescriptionRepeatedly call add( State, Input, Action, State ) for each element of input.Repeatedly calls add( State, Input, Guard, Action, State ) for each element of input.