parser
Class FSMParser

java.lang.Object
  extended by parser.FSMParser

public class FSMParser
extends java.lang.Object


Constructor Summary
FSMParser()
           
 
Method Summary
static FiniteStateMachine parseFSM(java.io.Reader r)
           
static FiniteStateMachine readFSM(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSMParser

public FSMParser()
Method Detail

readFSM

public static FiniteStateMachine readFSM(java.lang.String filename)
                                  throws java.io.IOException,
                                         FSMParseException
Throws:
java.io.IOException
FSMParseException

parseFSM

public static FiniteStateMachine parseFSM(java.io.Reader r)
                                   throws FSMParseException,
                                          java.io.IOException
Throws:
FSMParseException
java.io.IOException