Uses of Interface
org.apache.mina.statemachine.transition.Transition
Packages that use Transition
-
Uses of Transition in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as TransitionFields in org.apache.mina.statemachine with type parameters of type TransitionModifier and TypeFieldDescriptionprivate List<Transition> State.transitionsThe list of transitions for this stateMethods in org.apache.mina.statemachine that return types with arguments of type TransitionMethods in org.apache.mina.statemachine with parameters of type TransitionModifier and TypeMethodDescriptionState.addTransition(Transition transition) Adds an outgoingTransitionto thisStatewith weight 0.State.addTransition(Transition transition, int weight) Adds an outgoingTransitionto thisStatewith the specified weight.Constructors in org.apache.mina.statemachine with parameters of type TransitionModifierConstructorDescription(package private)TransitionHolder(Transition transition, int weight) -
Uses of Transition in org.apache.mina.statemachine.transition
Classes in org.apache.mina.statemachine.transition that implement TransitionModifier and TypeClassDescriptionclassAbstractTransitionimplementation.classTransitionwhich invokes aMethod.classTransitionimplementation which does nothing but change the state.