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