| Interface | Description |
|---|---|
| Event |
事件接口
|
| EventContext<S extends State,T> |
事件上下文
|
| State |
状态接口
|
| Class | Description |
|---|---|
| EventContextDefault<S extends State,T> |
事件上下文默认实现
|
| StateMachine<S extends State,E extends Event,T> |
状态机
|
| StateTransition<S extends State,E extends Event,T> |
状态转换器
|
| StateTransitionContext<S extends State,E extends Event,T> |
状态转换上下文(保存状态转换相关信息)
|
| StateTransitionDecl<S extends State,E extends Event,T> |
状态转换定义
|
Copyright © 2025. All rights reserved.