Uses of Class
com.tangosol.util.fsm.Transition
-
Uses of Transition in com.tangosol.util.fsm
Modifier and TypeMethodDescriptionAnnotationDrivenModel.getTransitions()
Obtains theTransition
s defined by theModel
.Model.getTransitions()
Obtains theTransition
s defined by theModel
.SimpleModel.getTransitions()
Obtains theTransition
s defined by theModel
.Modifier and TypeMethodDescriptionvoid
SimpleModel.addTransition
(Transition<S> transition) Adds the specifiedTransition
to theModel
.