| Package | Description |
|---|---|
| org.statefulj.fsm | |
| org.statefulj.fsm.model | |
| org.statefulj.fsm.model.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FSM.executeAction(Action<T> action,
T stateful,
String event,
String from,
String to,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Action<T> |
StateActionPair.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
State.addTransition(String event,
State<T> next,
Action<T> action)
Add a deterministic Transition with an Action
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeActionImpl<T>
A "composite" Action which is composed of a set of
Action. |
class |
WaitAndRetryActionImpl<T>
Action with throws a
WaitAndRetryException |
| Modifier and Type | Method and Description |
|---|---|
Action<T> |
StateActionPairImpl.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateImpl.addTransition(String event,
State<T> next,
Action<T> action) |
void |
StateActionPairImpl.setAction(Action<T> action) |
| Constructor and Description |
|---|
DeterministicTransitionImpl(State<T> to,
Action<T> action) |
DeterministicTransitionImpl(State<T> from,
State<T> to,
String event,
Action<T> action) |
StateActionPairImpl(State<T> state,
Action<T> action) |
| Constructor and Description |
|---|
CompositeActionImpl(List<Action<T>> actions) |
Copyright © 2015. All rights reserved.