Package | Description |
---|---|
com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
Modifier and Type | Method and Description |
---|---|
Map<S,StateExitAction<S>> |
SimpleModel.getStateExitActions()
Obtains the
StateExitAction s defined for the states in the Model . |
Map<S,StateExitAction<S>> |
Model.getStateExitActions()
Obtains the
StateExitAction s defined for the states in the Model . |
Map<S,StateExitAction<S>> |
AnnotationDrivenModel.getStateExitActions()
Obtains the
StateExitAction s defined for the states in the Model . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleModel.addStateExitAction(S state,
StateExitAction<S> stateExitAction)
Adds/overrides the
StateExitAction for the specified state in the Model . |