| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.transition |
| Modifier and Type | Method and Description |
|---|---|
List<Transition> |
State.getTransitions()
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransition
Abstract
Transition implementation. |
class |
MethodTransition
Transition which invokes a Method. |
class |
NoopTransition
Transition implementation which does nothing but change the state. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.