Class Nfa


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

      Constructors 
      Constructor Description
      Nfa()
      Standard constructor
      Nfa​(NfaState start, NfaState end)
      Constructor with start and end states
    • 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()
        Standard constructor
      • Nfa

        public Nfa​(NfaState start,
                   NfaState end)
        Constructor with start and end states
        Parameters:
        start - - the start state
        end - - the end state