bcds.phison.sim
Class Sim<V extends GraphIONode,E>

java.lang.Object
  extended by bcds.phison.sim.Sim<V,E>

public class Sim<V extends GraphIONode,E>
extends java.lang.Object

This class implements a "driver" program that coordinates the execution of the path-based simulator. If several repetitions are requested, each one is run in a separate thread. The thread group size is fixed.


Constructor Summary
Sim()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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)