Uses of Interface
org.apache.mina.statemachine.transition.Transition
-
Packages that use Transition Package Description org.apache.mina.statemachine org.apache.mina.statemachine.transition -
-
Uses of Transition in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as Transition Modifier and Type Field Description private TransitionState.TransitionHolder. transitionFields in org.apache.mina.statemachine with type parameters of type Transition Modifier and Type Field Description private java.util.List<Transition>State. transitionsThe list of transitions for this stateMethods in org.apache.mina.statemachine that return types with arguments of type Transition Modifier and Type Method Description java.util.List<Transition>State. getTransitions()Methods in org.apache.mina.statemachine with parameters of type Transition Modifier and Type Method Description StateState. addTransition(Transition transition)Adds an outgoingTransitionto thisStatewith weight 0.StateState. addTransition(Transition transition, int weight)Adds an outgoingTransitionto thisStatewith the specified weight.Constructors in org.apache.mina.statemachine with parameters of type Transition Constructor Description TransitionHolder(Transition transition, int weight) -
Uses of Transition in org.apache.mina.statemachine.transition
Classes in org.apache.mina.statemachine.transition that implement Transition Modifier and Type Class Description classAbstractTransitionAbstractTransitionimplementation.classMethodTransitionTransitionwhich invokes aMethod.classNoopTransitionTransitionimplementation which does nothing but change the state.
-