tools
Class Sim

java.lang.Object
  extended by tools.Sim

public abstract class Sim
extends java.lang.Object


Constructor Summary
Sim()
           
 
Method Summary
static void deschedule(Event e)
           
 void go()
           
static double now()
           
 void resetMeasures()
           
static void schedule(Event e)
           
 void simulate()
           
 void simulate(double t)
           
abstract  boolean stop()
           
 
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

now

public static double now()

schedule

public static void schedule(Event e)

deschedule

public static void deschedule(Event e)

simulate

public void simulate()

simulate

public void simulate(double t)

go

public void go()

resetMeasures

public void resetMeasures()

stop

public abstract boolean stop()