Interface StateMachineRuntime<S,E>

Type Parameters:
S - the type of state
E - the type of event

public interface StateMachineRuntime<S,E>
A generic runtime representation of a state machine.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the state context.
  • Method Details

    • getStateContext

      StateContext<S,E> getStateContext()
      Gets the state context.
      Returns:
      the state context