Package com.alibaba.cola.statemachine
Interface StateContext<S,E,C>
-
public interface StateContext<S,E,C>StateContext- Author:
- Frank Zhang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateMachine<S,E,C>getStateMachine()Gets the state machine.Transition<S,E,C>getTransition()Gets the transition.
-
-
-
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
-
-