Uses of Class
edu.colorado.cs.ns2.animation.TraceEventNode

Packages that use TraceEventNode
edu.colorado.cs.ns2.animation   
 

Uses of TraceEventNode in edu.colorado.cs.ns2.animation
 

Fields in edu.colorado.cs.ns2.animation declared as TraceEventNode
private  TraceEventNode EventQueue.head
          References to the head and tail of the Queue.
private  TraceEventNode TraceEventNode.next
          A reference to the next TraceEventNode in the Queue.
private  TraceEventNode EventQueue.tail
          References to the head and tail of the Queue.
 

Methods in edu.colorado.cs.ns2.animation that return TraceEventNode
 TraceEventNode TraceEventNode.getNext()
          Get the next Trace Event from the current node.
 

Methods in edu.colorado.cs.ns2.animation with parameters of type TraceEventNode
 void TraceEventNode.setNext(TraceEventNode next)
          Set the Next Trace Event in the List.