| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FiniteStateMachine<S extends State> |
interface |
StateCondition<S extends State> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IdentifiedState<ID extends Serializable> |
interface |
SignaledState |
| 限定符和类型 | 方法和说明 |
|---|---|
<S extends State,FSM extends FiniteStateMachine<? extends S>> |
FiniteStateMachineProvider.getMachine(S state,
Class<? extends FSM> machineClass) |
<S extends State> |
FSMContext.getState() |
| 限定符和类型 | 方法和说明 |
|---|---|
State |
WrongStateException.getState() |
| 构造器和说明 |
|---|
WrongStateException(State state) |
Copyright © 2020. All rights reserved.