nfa
Class NFASimulator
java.lang.Object
nfa.NFASimulator
public class NFASimulator
- extends Object
A class to simulate an NFA and print yes/no for each input string.
Your program should take as command-line arguments the name of the
file containing the NFA description and a list of string to test:
java nfa.NFASimulator t0.nfa aaa bbb ccc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NFASimulator
public NFASimulator()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException