Interface FollowerSemanticsData<B,​BD>

    • Method Detail

      • getInitialState

        org.processmining.plugins.InductiveMiner.Pair<B,​BD> 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)
      • getDataStateAfter

        BD getDataStateAfter​(B state)