nfa
Class NFASimulator

java.lang.Object
  extended by 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
 


Constructor Summary
NFASimulator()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFASimulator

public NFASimulator()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException