flowsim.core
Class Scheduler

java.lang.Object
  |
  +--flowsim.core.Scheduler

public final class Scheduler
extends java.lang.Object


Field Summary
static long TIME_INFINITY
           
 
Constructor Summary
Scheduler(Simulator s)
           
 
Method Summary
 long now()
           
 void run(long how_long)
           
 EventQueueElement schedule(long when, Event e)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIME_INFINITY

public static final long TIME_INFINITY
Constructor Detail

Scheduler

public Scheduler(Simulator s)
Method Detail

now

public long now()

run

public void run(long how_long)

schedule

public EventQueueElement schedule(long when,
                                  Event e)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object