|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceEvent | |
---|---|
edu.colorado.cs.ns2.animation |
Uses of TraceEvent in edu.colorado.cs.ns2.animation |
---|
Fields in edu.colorado.cs.ns2.animation declared as TraceEvent | |
---|---|
private TraceEvent |
TraceEventNode.event
The TraceEvent at the current node. |
Methods in edu.colorado.cs.ns2.animation that return TraceEvent | |
---|---|
TraceEvent |
EventQueue.dequeue()
Removes a trace event from the head of the Queue. |
TraceEvent |
TraceEventQueue.dequeue()
Removes a trace event from the head of the Queue. |
TraceEvent |
TraceEventNode.getEvent()
Get the Trace Event at the current node. |
TraceEvent |
EventQueue.getFirst()
Returns a reference to the head of the Queue. |
TraceEvent |
TraceEventQueue.getFirst()
Returns a reference to the head of the Queue. |
TraceEvent |
EventQueue.getLast()
Returns a reference to the tail of the Queue. |
TraceEvent |
TraceEventQueue.getLast()
Returns a reference to the tail of the Queue. |
Methods in edu.colorado.cs.ns2.animation with parameters of type TraceEvent | |
---|---|
void |
EventQueue.enqueue(TraceEvent event)
Inserts a new trace event at the tail of the Queue. |
void |
TraceEventQueue.enqueue(TraceEvent event)
Inserts a new trace event at the tail of the Queue. |
void |
TraceEventNode.setEvent(TraceEvent event)
Set the Trace Event at the current node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |