Interface FollowerSemantics<B>

    • Method Detail

      • getInitialState

        B getInitialState()
        Returns:
        The initial state.
      • takeStep

        B takeStep​(B state,
                   java.lang.String label)
        Parameters:
        label -
        Returns:
        The new state, or null if the step cannot be taken.
      • isFinalState

        boolean isFinalState​(B state)