| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.transition |
| Modifier and Type | Field and Description |
|---|---|
private Transition |
State.TransitionHolder.transition |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Transition> |
State.transitions |
| Modifier and Type | Method and Description |
|---|---|
java.util.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. |
| Constructor and Description |
|---|
TransitionHolder(Transition transition,
int 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. |