Package jflex.dfa

Class DfaFactory


  • public class DfaFactory
    extends Object
    • Method Detail

      • createFromNfa

        public static DFA createFromNfa​(NFA nfa)
        Returns a DFA that accepts the same language as the NFA.

        This DFA is usually not minimal.

        Returns:
        a DFA that accepts the same language as the NFA.