Uses of Interface
org.mwolff.command.process.Transition
-
Packages that use Transition Package Description org.mwolff.command.process org.mwolff.command.sax -
-
Uses of Transition in org.mwolff.command.process
Classes in org.mwolff.command.process that implement Transition Modifier and Type Class Description class
DefaultTransition
Fields in org.mwolff.command.process with type parameters of type Transition Modifier and Type Field Description protected List<Transition>
AbstractDefaultProcessCommand. transitionList
Methods in org.mwolff.command.process that return types with arguments of type Transition Modifier and Type Method Description List<Transition>
AbstractDefaultProcessCommand. getTransitionList()
default List<Transition>
ProcessCommand. getTransitionList()
Methods in org.mwolff.command.process with parameters of type Transition Modifier and Type Method Description void
AbstractDefaultProcessCommand. addTransition(Transition transition)
default void
ProcessCommand. addTransition(Transition transition)
-
Uses of Transition in org.mwolff.command.sax
Methods in org.mwolff.command.sax that return types with arguments of type Transition Modifier and Type Method Description List<Transition>
Action. getTransitions()
Methods in org.mwolff.command.sax with parameters of type Transition Modifier and Type Method Description void
Action. setTransition(Transition transition)
-