edu.umass.cs.sase.UI
Class CommandLineUI

java.lang.Object
  extended by edu.umass.cs.sase.UI.CommandLineUI

public class CommandLineUI
extends java.lang.Object

The interface

Author:
haopeng

Constructor Summary
CommandLineUI()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main entry to run the engine under command line
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineUI

public CommandLineUI()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.CloneNotSupportedException,
                        net.sourceforge.jeval.EvaluationException,
                        java.io.IOException
The main entry to run the engine under command line

Parameters:
args - the inputs 0: the nfa file location 1: the stream config file 2: print the results or not (1 for print, 0 for not print) 3: use sharing techniques or not, ("sharingengine" for use, nothing for not use)
Throws:
java.lang.CloneNotSupportedException
net.sourceforge.jeval.EvaluationException
java.io.IOException