Package EDU.purdue.jtb.parser
Class Nfa
java.lang.Object
EDU.purdue.jtb.parser.Nfa
A Non-deterministic Finite Automaton.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Nfa
public Nfa()Standard constructor -
Nfa
Constructor with start and end states- Parameters:
start
- - the start stateend
- - the end state
-