Class DFALassoImpl<I>

    • Method Detail

      • isAccepting

        public boolean isAccepting​(Integer state)
        Returns whether the given state is accepting.

        The current state is only accepting iff it is precisely the state after the last symbol index in the finite representation of the lasso.

        Specified by:
        isAccepting in interface AcceptorTS<Integer,​I>
        Parameters:
        state - to compute whether it is accepting.
        Returns:
        whether the given state is accepting.