Class Nfa


  • public class Nfa
    extends java.lang.Object
    A Non-deterministic Finite Automaton.
    • Constructor Summary

      Constructors 
      Constructor Description
      Nfa()  
      Nfa​(NfaState startGiven, NfaState finalGiven)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Nfa

        public Nfa()