| 程序包 | 说明 |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.transition |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<Transition> |
State.getTransitions() |
| 限定符和类型 | 方法和说明 |
|---|---|
State |
State.addTransition(Transition transition)
Adds an outgoing
Transition to this State with weight 0. |
State |
State.addTransition(Transition transition,
int weight)
Adds an outgoing
Transition to this State with the
specified weight. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractTransition
Abstract
Transition implementation. |
class |
MethodTransition
Transition which invokes a Method. |
class |
NoopTransition
Transition implementation which does nothing but change the state. |