Class gpNoCsim

java.lang.Object
  extended by gpNoCsim

public class gpNoCsim
extends java.lang.Object

gpNoCsim is the starting class of the simulator.

Contains the main method and initiates the Controller instance.

Version:
1.0

Constructor Summary
gpNoCsim()
           
 
Method Summary
static void main(java.lang.String[] args)
          starting point of the simulator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

gpNoCsim

public gpNoCsim()
Method Detail

main

public static void main(java.lang.String[] args)
starting point of the simulator

Parameters:
args - command line arguements
See Also:
Controller