程序包 | 说明 |
---|---|
org.apache.mina.statemachine | |
org.apache.mina.statemachine.context | |
org.apache.mina.statemachine.transition |
类和说明 |
---|
NoSuchStateException
Exception thrown by
StateMachine when a transition in the state
machine references a state which doesn't exist. |
State
Represents a state in a
StateMachine . |
StateMachine
Represents a complete state machine.
|
StateMachineFactory
Creates
StateMachine s by reading State ,
Transition and Transitions (or equivalent) and SelfTransition annotations from one or more arbitrary
objects. |
StateMachineProxyBuilder
Used to create proxies which will forward all method calls on them to a
StateMachine . |
类和说明 |
---|
State
Represents a state in a
StateMachine . |
类和说明 |
---|
State
Represents a state in a
StateMachine . |