Class Sim

java.lang.Object
  extended by Sim

public class Sim
extends java.lang.Object

This class is the API for simulation application programmer. It receives commandline parameters, maps LPs to PES, initiates, runs and terminates the simulation.

Version:
1.7 (09/2006)
Author:
Yin Xiong

Constructor Summary
Sim()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function that runs the simulation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sim

public Sim()
Method Detail

main

public static void main(java.lang.String[] args)
The main function that runs the simulation.