Interface StateModelComplexState

    • Method Detail

      • getInitialState

        StateModelState getInitialState()
        Return the non initial state pointed by the initial state of the state set. Exemple : myComplexeState = ( init1 -> state2 -> state3 -> final4 ) myComplexeState.getInitialState() will return state2.
        Returns:
        a state