|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--flowsim.core.Scheduler
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 |
public static final long TIME_INFINITY
Constructor Detail |
public Scheduler(Simulator s)
Method Detail |
public long now()
public void run(long how_long)
public EventQueueElement schedule(long when, Event e)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |