Class Nfa

java.lang.Object
EDU.purdue.jtb.parser.Nfa

public class Nfa extends Object
A Non-deterministic Finite Automaton.
  • Constructor Details

    • 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