Interface StateContext<S,​E,​C>


  • public interface StateContext<S,​E,​C>
    StateContext
    Author:
    Frank Zhang
    • Method Detail

      • getTransition

        Transition<S,​E,​C> getTransition()
        Gets the transition.
        Returns:
        the transition
      • getStateMachine

        StateMachine<S,​E,​C> getStateMachine()
        Gets the state machine.
        Returns:
        the state machine