Class TTTStateDFA<I>

    • Constructor Detail

      • TTTStateDFA

        public TTTStateDFA​(int alphabetSize,
                           TTTTransition<I,​Boolean> parentTransition,
                           int id)
    • Method Detail

      • isAccepting

        public boolean isAccepting()