at.dms.kjc.raw
Class EventHeap
java.lang.Object
at.dms.kjc.raw.EventHeap
public class EventHeap
- extends Object
The class represents the heap of scheduled events for the work
based simulator. It is self-explanatory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHeap
public EventHeap()
isEmpty
public boolean isEmpty()
addEvent
public void addEvent(SimulatorEvent event)
getNextEvent
public SimulatorEvent getNextEvent()
peekNextEvent
public SimulatorEvent peekNextEvent()
iterator
public Iterator<SimulatorEvent> iterator()
getItemId
public int getItemId(FlatNode node)