Class Summary |
Animate |
This class implements the animation thread. |
Animator |
The Animator Class spawns a new Thread to draw the animated Packets. |
EventQueue |
A Queue ADT implementation to store simulation events parsed from the NS2 trace file. |
LinksElement |
This class stores the NS2 link latency and the two nodes which define the link's endpoints. |
TimeLine |
This class is used to represent discrete events in the simulation as a time line. |
TraceEvent |
This class provides a structure to store the discrete events parsed from the NS2 trace file. |
TraceEventNode |
This class stores a Trace Event Node which is used to implement a Queue ADT. |
TraceFileParser |
This class parses the NS2 simulation trace file and stores it as a TraceEvent Queue. |