com.alexmerz.simpleviz
Class SimpleViz

java.lang.Object
  extended by com.alexmerz.simpleviz.SimpleViz

public class SimpleViz
extends java.lang.Object

This is the main program for calling the SimpleViz parser

Version:
$Id$
Author:
Alexander Merz

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

Constructor Detail

SimpleViz

public SimpleViz()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws ParseException,
                        java.io.FileNotFoundException
Main method

Parameters:
args - Commandline arguments (unused)
Throws:
ParseException
java.io.FileNotFoundException