Uses of Interface
org.nuiton.eugene.models.state.StateModelTransition
-
Packages that use StateModelTransition Package Description org.nuiton.eugene.models.state org.nuiton.eugene.models.state.xml -
-
Uses of StateModelTransition in org.nuiton.eugene.models.state
Methods in org.nuiton.eugene.models.state that return types with arguments of type StateModelTransition Modifier and Type Method Description List<StateModelTransition>
StateModelState. getTransitions()
Return the state's transition set -
Uses of StateModelTransition in org.nuiton.eugene.models.state.xml
Classes in org.nuiton.eugene.models.state.xml that implement StateModelTransition Modifier and Type Class Description class
StateModelTransitionImpl
StateModelTransitionImplFields in org.nuiton.eugene.models.state.xml with type parameters of type StateModelTransition Modifier and Type Field Description protected List<StateModelTransition>
StateModelStateImpl. listTransitions
Transition listMethods in org.nuiton.eugene.models.state.xml that return types with arguments of type StateModelTransition Modifier and Type Method Description List<StateModelTransition>
StateModelStateImpl. getTransitions()
Methods in org.nuiton.eugene.models.state.xml with parameters of type StateModelTransition Modifier and Type Method Description void
StateModelStateImpl. addTransition(StateModelTransition transition)
Add transition
-