Class ISIM

java.lang.Object
  |
  +--ISIM

public class ISIM
extends java.lang.Object

This class is for starting the simulator.


Constructor Summary
ISIM()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The main method that creates an instance of Controller which will begin the simulation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISIM

public ISIM()
Method Detail

main

public static void main(java.lang.String[] argv)
The main method that creates an instance of Controller which will begin the simulation.