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 classStateModelTransitionImplStateModelTransitionImplFields in org.nuiton.eugene.models.state.xml with type parameters of type StateModelTransition Modifier and Type Field Description protected List<StateModelTransition>StateModelStateImpl. listTransitionsTransition 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 voidStateModelStateImpl. addTransition(StateModelTransition transition)Add transition
-