public interface Instruction
Instruction
s to FiniteStateMachine
s.Modifier and Type | Interface | Description |
---|---|---|
static class |
Instruction.ProcessEvent<S extends Enum<S>> |
|
static class |
Instruction.TransitionTo<S extends Enum<S>> |
Modifier and Type | Field | 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.