Uses of Class
com.tangosol.util.fsm.Transition
-
Packages that use Transition Package Description com.tangosol.util.fsm Contains Finite state machine interfaces. -
-
Uses of Transition in com.tangosol.util.fsm
Methods in com.tangosol.util.fsm that return types with arguments of type Transition Modifier and Type Method Description Iterable<Transition<S>>
AnnotationDrivenModel. getTransitions()
Obtains theTransition
s defined by theModel
.Iterable<Transition<S>>
Model. getTransitions()
Obtains theTransition
s defined by theModel
.Iterable<Transition<S>>
SimpleModel. getTransitions()
Obtains theTransition
s defined by theModel
.Methods in com.tangosol.util.fsm with parameters of type Transition Modifier and Type Method Description void
SimpleModel. addTransition(Transition<S> transition)
Adds the specifiedTransition
to theModel
.
-