|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
---|---|
org.apache.mina.statemachine | |
org.apache.mina.statemachine.transition |
Uses of Transition in org.apache.mina.statemachine |
---|
Methods in org.apache.mina.statemachine that return types with arguments of type Transition | |
---|---|
List<Transition> |
State.getTransitions()
Returns an unmodifiable List of Transition s going out
from this State . |
Methods in org.apache.mina.statemachine with parameters of type Transition | |
---|---|
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. |
Uses of Transition in org.apache.mina.statemachine.transition |
---|
Classes in org.apache.mina.statemachine.transition that implement Transition | |
---|---|
class |
AbstractTransition
Abstract Transition implementation. |
class |
MethodTransition
Transition which invokes a Method . |
class |
NoopTransition
Transition implementation which does nothing but change the state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |