Uses of Class
com.tangosol.util.fsm.Transition
Packages that use Transition
- 
Uses of Transition in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type TransitionModifier and TypeMethodDescriptionAnnotationDrivenModel.getTransitions()Obtains theTransitions defined by theModel.Model.getTransitions()Obtains theTransitions defined by theModel.SimpleModel.getTransitions()Obtains theTransitions defined by theModel.Methods in com.tangosol.util.fsm with parameters of type TransitionModifier and TypeMethodDescriptionvoidSimpleModel.addTransition(Transition<S> transition) Adds the specifiedTransitionto theModel.