Package | Description |
---|---|
com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Transition<S>> |
SimpleModel.getTransitions()
Obtains the
Transition s defined by the Model . |
Iterable<Transition<S>> |
Model.getTransitions()
Obtains the
Transition s defined by the Model . |
Iterable<Transition<S>> |
AnnotationDrivenModel.getTransitions()
Obtains the
Transition s defined by the Model . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleModel.addTransition(Transition<S> transition)
Adds the specified
Transition to the Model . |