| Modifier and Type | Class and Description |
|---|---|
class |
StateMachine<S extends State,E extends Event,T>
状态机
|
class |
StateTransition<S extends State,E extends Event,T>
状态转换器
|
class |
StateTransitionContext<S extends State,E extends Event,T>
状态转换上下文(保存状态转换相关信息)
|
class |
StateTransitionDecl<S extends State,E extends Event,T>
状态转换定义
|
| Modifier and Type | Field and Description |
|---|---|
protected E |
StateTransitionDecl.event
触发事件(触发转换)
|
Copyright © 2025. All rights reserved.