Interface StateMachineRuntime<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
public interface StateMachineRuntime<S,E>
A generic runtime representation of a state machine.
-
Method Summary
-
Method Details
-
getStateContext
StateContext<S,E> getStateContext()Gets the state context.- Returns:
- the state context
-