| Modifier and Type | Interface and Description |
|---|---|
interface |
FiniteStateMachine<S extends State> |
interface |
StateCondition<S extends State> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentifiedState<ID extends Serializable> |
interface |
SignaledState |
| Modifier and Type | Method and Description |
|---|---|
<S extends State,FSM extends FiniteStateMachine<? extends S>> |
FiniteStateMachineProvider.getMachine(S state,
Class<? extends FSM> machineClass) |
<S extends State> |
FSMContext.getState() |
| Modifier and Type | Method and Description |
|---|---|
State |
WrongStateException.getState() |
| Constructor and Description |
|---|
WrongStateException(State state) |
Copyright © 2020. All rights reserved.