asd
Class ASDEditor

java.lang.Object
  extended by asd.ASDEditor

public class ASDEditor
extends java.lang.Object

An ASDEditor permits a user to edit an ASD grammar. It provides a graphical user interface, including display of the grammar as a network of nodes and edges.

Command-line usage:
java -cp asddigraphs.jar asd/ASDEditor
java -cp asddigraphs.jar asd/ASDEditor grammarFileName

or, if asddigraphs.jar has been put in the system classpath:
java asd/ASDEditor
java asd/ASDEditor grammarFileName

Author:
James A. Mason

Method Summary
static void main(java.lang.String[] args)
          The main driver for the grammar editor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.lang.reflect.InvocationTargetException,
                        java.lang.InstantiationException,
                        java.lang.IllegalAccessException
The main driver for the grammar editor

Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException