Class Simulator

java.lang.Object
  |
  +--Simulator

class Simulator
extends java.lang.Object

The driver for the simulation


Constructor Summary
(package private) Simulator()
           
 
Method Summary
static void main(java.lang.String[] args)
          The entry point for the simulator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulator

Simulator()
Method Detail

main

public static void main(java.lang.String[] args)
The entry point for the simulator. For now we create a single PIM and send a packet and a boot event to initialize the system. This method will soon create all necessary simulation components and load a configuration file.

Parameters:
args - Command Line arguments