| Package | Description |
|---|---|
| com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
| Modifier and Type | Method | Description |
|---|---|---|
Map<S,StateEntryAction<S>> |
Model.getStateEntryActions()
Obtains the
StateEntryActions defined for the states in the Model. |
|
Map<S,StateEntryAction<S>> |
AnnotationDrivenModel.getStateEntryActions()
Obtains the
StateEntryActions defined for the states in the Model. |
|
Map<S,StateEntryAction<S>> |
SimpleModel.getStateEntryActions()
Obtains the
StateEntryActions defined for the states in the Model. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SimpleModel.addStateEntryAction(S state,
StateEntryAction<S> stateEntryAction)
Adds/overrides the
StateEntryAction for the specified state in
the Model. |