public interface Instruction
Instructions to FiniteStateMachines.| Modifier and Type | Interface and Description |
|---|---|
static class |
Instruction.ProcessEvent<S extends Enum<S>>
|
static class |
Instruction.TransitionTo<S extends Enum<S>>
|
| Modifier and Type | Field and Description |
|---|---|
static Instruction |
NOTHING
The
Instruction for a FiniteStateMachine to do nothing. |
static Instruction |
STOP
The
Instruction for a FiniteStateMachine to stop. |
static final Instruction NOTHING
Instruction for a FiniteStateMachine to do nothing.static final Instruction STOP
Instruction for a FiniteStateMachine to stop.