edu.colorado.cs.ns2
Class GeneratorMain

java.lang.Object
  extended by edu.colorado.cs.ns2.GeneratorMain

public class GeneratorMain
extends java.lang.Object

This class simply creates an instance of the Generator class, which causes the application to begin execution.

Author:
Kevin Bauer, Pushkar Sambhoos.

Constructor Summary
GeneratorMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the application's point of entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorMain

public GeneratorMain()
Method Detail

main

public static void main(java.lang.String[] args)
This is the application's point of entry.

Parameters:
args - System command-line arguments.