A B C D E F G H I L M N O P Q R S T U V W X Y

T

tail - Variable in class edu.colorado.cs.ns2.animation.EventQueue
References to the head and tail of the Queue.
TCPAgent - Class in edu.colorado.cs.ns2.agents
This is the implementation of NS2's TCP (Source) Agent.
TCPAgent(int, int) - Constructor for class edu.colorado.cs.ns2.agents.TCPAgent
Constructor.
TCPAgent.TCPAgentPropertiesDialog - Class in edu.colorado.cs.ns2.agents
This nested class creates and displays a dialog box allowing the user to interactively set the TCP Agent's properties.
TCPAgent.TCPAgentPropertiesDialog(TCPAgent) - Constructor for class edu.colorado.cs.ns2.agents.TCPAgent.TCPAgentPropertiesDialog
 
TCPRenoAgent - Class in edu.colorado.cs.ns2.agents
This is the implementation of the TCPRenoAgent.
TCPRenoAgent(int, int) - Constructor for class edu.colorado.cs.ns2.agents.TCPRenoAgent
Constructor.
TCPSink - Class in edu.colorado.cs.ns2.agents
This is the implementation of NS2's TCPSink Agent.
TCPSink(int, int) - Constructor for class edu.colorado.cs.ns2.agents.TCPSink
Constructor.
TCPVegasAgent - Class in edu.colorado.cs.ns2.agents
This is the implementation of the TCPVegas Agent.
TCPVegasAgent(int, int) - Constructor for class edu.colorado.cs.ns2.agents.TCPVegasAgent
Constructor.
TelnetAgent - Class in edu.colorado.cs.ns2.agents
Class for Representing Constant Bit Rate Application.
TelnetAgent(int, int, int) - Constructor for class edu.colorado.cs.ns2.agents.TelnetAgent
Constructor
TelnetAgent.TelnetPropertiesDialog - Class in edu.colorado.cs.ns2.agents
This nested class is responsible for creating and displaying a dialog box in which to retieve the properties from the user.
TelnetAgent.TelnetPropertiesDialog(TelnetAgent) - Constructor for class edu.colorado.cs.ns2.agents.TelnetAgent.TelnetPropertiesDialog
Constructor.
templateString - Variable in class edu.colorado.cs.ns2.sys.GenerateScript
The TCL script in memory.
textArgs - Variable in class edu.colorado.cs.ns2.gui.dialogs.LinkPropertiesDialog
A text field to read the link's arguments.
textBandwidth - Variable in class edu.colorado.cs.ns2.gui.dialogs.LinkPropertiesDialog
A text field to read the link's bandwidth value.
textLatency - Variable in class edu.colorado.cs.ns2.gui.dialogs.LinkPropertiesDialog
A text field to read the link's latency value.
textPanel - Variable in class edu.colorado.cs.ns2.gui.dialogs.ConnectAgentsDialog
A text panel.
textPanel - Variable in class edu.colorado.cs.ns2.gui.dialogs.ScheduleEventDialog
A text panel.
theLink - Variable in class edu.colorado.cs.ns2.gui.dialogs.ExtendedLinkPropertiesDialog
A reference to the link on which these extended properties should be applied.
theNode - Variable in class edu.colorado.cs.ns2.graphics.RectDrawable
A reference to the NS2 node that this shape represents graphically.
thread - Static variable in class edu.colorado.cs.ns2.animation.Animator
A thread in which to execute the simulation animation.
time - Variable in class edu.colorado.cs.ns2.animation.TimeLine
Store the logical time of the discrete event (not the real clock time).
time - Variable in class edu.colorado.cs.ns2.animation.TraceEvent
Stores the event type.
timeField - Variable in class edu.colorado.cs.ns2.gui.dialogs.ScheduleEventDialog
A text field to read the event time.
timeLine - Variable in class edu.colorado.cs.ns2.animation.Animate
A time line of simulation events.
TimeLine - Class in edu.colorado.cs.ns2.animation
This class is used to represent discrete events in the simulation as a time line.
TimeLine(int, int, int) - Constructor for class edu.colorado.cs.ns2.animation.TimeLine
Three-argument constructor.
toNode - Variable in class edu.colorado.cs.ns2.animation.TraceEvent
Stores the destination node.
TOOLBARHEIGHT - Variable in class edu.colorado.cs.ns2.gui.DrawableMover
 
toString() - Method in class edu.colorado.cs.ns2.agents.CBRAgent
Returns a String representation of a CBRAgent object.
toString() - Method in class edu.colorado.cs.ns2.agents.ExponentialAgent
Returns a String representation of an ExponentialAgent object.
toString() - Method in class edu.colorado.cs.ns2.agents.FTPAgent
Returns a String representation of the FTPAgent type.
toString() - Method in class edu.colorado.cs.ns2.agents.NullAgent
Returns a String representation of this class.
toString() - Method in class edu.colorado.cs.ns2.agents.ParetoAgent
Returns a String representation of this object.
toString() - Method in class edu.colorado.cs.ns2.agents.TCPAgent
Returns a String representation of the current object.
toString() - Method in class edu.colorado.cs.ns2.agents.TCPRenoAgent
Returns a String representation of this object.
toString() - Method in class edu.colorado.cs.ns2.agents.TCPSink
A String representation of this object.
toString() - Method in class edu.colorado.cs.ns2.agents.TCPVegasAgent
Returns a String representation of the current object.
toString() - Method in class edu.colorado.cs.ns2.agents.TelnetAgent
Returns a String representation of the current object.
toString() - Method in class edu.colorado.cs.ns2.agents.UDPAgent
A String representation of the current object.
toString() - Method in class edu.colorado.cs.ns2.animation.TimeLine
Returns a String representation of a TimeLine Object.
toString() - Method in class edu.colorado.cs.ns2.animation.TraceEvent
Returns a String representation of a TraceEvent.
toString() - Method in class edu.colorado.cs.ns2.sim.NsNode
 
toString() - Method in class edu.colorado.cs.ns2.sim.SimulationEvent
A String representation of a SimulationEvent.
toString() - Method in class edu.colorado.cs.ns2.sys.GenerateScript
Returns the TCL script.
TraceEvent - Class in edu.colorado.cs.ns2.animation
This class provides a structure to store the discrete events parsed from the NS2 trace file.
TraceEvent() - Constructor for class edu.colorado.cs.ns2.animation.TraceEvent
Default constructor.
TraceEvent(String, double, int, int, String, int, String, int, int, double, double, int, String) - Constructor for class edu.colorado.cs.ns2.animation.TraceEvent
This constructor populates every field defined in the TraceEvent class.
TraceEventNode - Class in edu.colorado.cs.ns2.animation
This class stores a Trace Event Node which is used to implement a Queue ADT.
TraceEventNode() - Constructor for class edu.colorado.cs.ns2.animation.TraceEventNode
Default constructor.
TraceEventQueue - Interface in edu.colorado.cs.ns2.animation
The Queue Interface for Trace Events.
TraceFileParser - Class in edu.colorado.cs.ns2.animation
This class parses the NS2 simulation trace file and stores it as a TraceEvent Queue.
TraceFileParser() - Constructor for class edu.colorado.cs.ns2.animation.TraceFileParser
Default constructor: Reads the NS2 trace file and stores each line in a the events Vector.
type_ - Variable in class edu.colorado.cs.ns2.agents.CBRAgent
Stores the CBR Agent's TCL type_ field.
type_ - Variable in class edu.colorado.cs.ns2.agents.ExponentialAgent
NS2 Exponential traffic generator type field.
type_ - Variable in class edu.colorado.cs.ns2.agents.ParetoAgent
TCL type_ variable.

A B C D E F G H I L M N O P Q R S T U V W X Y