Class Simulation

java.lang.Object
  |
  +--Simulation

public class Simulation
extends java.lang.Object

Class Simulation defines a main method for testing memory management.


Constructor Summary
Simulation()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program runs each scheduler on the set of tasks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulation

public Simulation()
Method Detail

main

public static void main(java.lang.String[] args)
The main program runs each scheduler on the set of tasks.