Uses of Interface
org.nuiton.eugene.models.state.StateModelState
-
Packages that use StateModelState Package Description org.nuiton.eugene.models.state org.nuiton.eugene.models.state.xml -
-
Uses of StateModelState in org.nuiton.eugene.models.state
Subinterfaces of StateModelState in org.nuiton.eugene.models.state Modifier and Type Interface Description interface
StateModelComplexState
StateModelComplexeState Represents a complex state that can be composed with a set of states.interface
StateModelSimpleState
StateModelSimpleState A simple state.interface
StateModelStateChart
StateModelStateChart A chart is, like ComplexState, a set of state.Methods in org.nuiton.eugene.models.state that return StateModelState Modifier and Type Method Description StateModelState
StateModelTransition. getDestinationState()
Return the destination stateStateModelState
StateModelComplexState. getInitialState()
Return the non initial state pointed by the initial state of the state set.Methods in org.nuiton.eugene.models.state that return types with arguments of type StateModelState Modifier and Type Method Description Collection<StateModelState>
StateModelComplexState. getStates()
Return the states setMethods in org.nuiton.eugene.models.state with parameters of type StateModelState Modifier and Type Method Description void
StateModelGenerator. generateFromState(Writer monitorOut, StateModelState state)
Generate a state codeString
StateModelGenerator. getFilenameFromState(StateModelState state, String packageName)
Return filename from state -
Uses of StateModelState in org.nuiton.eugene.models.state.xml
Classes in org.nuiton.eugene.models.state.xml that implement StateModelState Modifier and Type Class Description class
StateModelComplexeStateImpl
StateModelComplexeStateImpl.javaclass
StateModelSimpleStateImpl
StateModelSimpleStateImpl.javaclass
StateModelStateChartImpl
StateModelStateChartImpl.javaclass
StateModelStateImpl
StateModelStateImpl.javaFields in org.nuiton.eugene.models.state.xml declared as StateModelState Modifier and Type Field Description protected StateModelState
StateModelTransitionImpl. state
Destination state referenceFields in org.nuiton.eugene.models.state.xml with type parameters of type StateModelState Modifier and Type Field Description protected Map<String,StateModelState>
StateModelComplexeStateImpl. mapState
States'set of this stateMethods in org.nuiton.eugene.models.state.xml that return StateModelState Modifier and Type Method Description StateModelState
StateModelTransitionImpl. getDestinationState()
StateModelState
StateModelComplexeStateImpl. getInitialState()
Methods in org.nuiton.eugene.models.state.xml that return types with arguments of type StateModelState Modifier and Type Method Description Collection<StateModelState>
StateModelComplexeStateImpl. getStates()
Methods in org.nuiton.eugene.models.state.xml with parameters of type StateModelState Modifier and Type Method Description void
StateModelComplexeStateImpl. addState(StateModelState state)
Add a statevoid
StateModelTransitionImpl. setState(StateModelState state)
Permet de positionner un lien sur l'instance de l'état.
-