Class DeterministicAcceptorPowersetView<S,​I>

    • Constructor Detail

    • Method Detail

      • isAccepting

        public boolean isAccepting​(S state)
        Description copied from interface: AcceptorTS
        Checks whether the given state is accepting.
        Specified by:
        isAccepting in interface AcceptorTS<S,​I>
        Parameters:
        state - the state
        Returns:
        true if the state is accepting, false otherwise.