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 interfaceStateModelComplexStateStateModelComplexeState Represents a complex state that can be composed with a set of states.interfaceStateModelSimpleStateStateModelSimpleState A simple state.interfaceStateModelStateChartStateModelStateChart A chart is, like ComplexState, a set of state.Methods in org.nuiton.eugene.models.state that return StateModelState Modifier and Type Method Description StateModelStateStateModelTransition. getDestinationState()Return the destination stateStateModelStateStateModelComplexState. 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 voidStateModelGenerator. generateFromState(Writer monitorOut, StateModelState state)Generate a state codeStringStateModelGenerator. 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 classStateModelComplexeStateImplStateModelComplexeStateImpl.javaclassStateModelSimpleStateImplStateModelSimpleStateImpl.javaclassStateModelStateChartImplStateModelStateChartImpl.javaclassStateModelStateImplStateModelStateImpl.javaFields in org.nuiton.eugene.models.state.xml declared as StateModelState Modifier and Type Field Description protected StateModelStateStateModelTransitionImpl. stateDestination 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. mapStateStates'set of this stateMethods in org.nuiton.eugene.models.state.xml that return StateModelState Modifier and Type Method Description StateModelStateStateModelTransitionImpl. getDestinationState()StateModelStateStateModelComplexeStateImpl. 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 voidStateModelComplexeStateImpl. addState(StateModelState state)Add a statevoidStateModelTransitionImpl. setState(StateModelState state)Permet de positionner un lien sur l'instance de l'état.
-