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

A

accept(File) - Method in class edu.colorado.cs.ns2.sys.NsFileFilter
Show only directories or files that have a .ns2 extension.
acceptableConnectAgents - Variable in class edu.colorado.cs.ns2.agents.Agent
A vector of Agents that may be connected to the current Agent.
acceptableConnectAgents - Variable in class edu.colorado.cs.ns2.agents.Application
A Vector of Agent names that are acceptable for attaching this Application.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.CBRAgent.CBRPropertiesDialog
An event handler to set the properties in the CBRAgent object once the "Set" button is presssed.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.ExponentialAgent.ExponentialPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.FTPAgent.FTPPropertiesDialog
An event handler routine to store the user's desired properties in the FTPAgent object.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.ParetoAgent.ParetoPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.TCPAgent.TCPAgentPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.TelnetAgent.TelnetPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.agents.UDPAgent.UDPAgentPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.ConnectAgentsDialog
An event handler to display the agents that exist on any node that is selected.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.ExtendedLinkPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.LinkPropertiesDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.OutputDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.ScheduleEventDialog
An event handler.
actionPerformed(ActionEvent) - Method in class edu.colorado.cs.ns2.gui.dialogs.ViewScriptDialog
An event handler.
addAgent(Agent) - Method in class edu.colorado.cs.ns2.sim.NsNode
 
addAgentToScript(int) - Method in class edu.colorado.cs.ns2.agents.Agent
Returns the TCL code containing the instantiation of this Agent.
addAgentToScript(String, int) - Method in class edu.colorado.cs.ns2.agents.TCPRenoAgent
Returns a String containing the TCL code for the instantiation of a TCPReno object.
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.Application
Adds the current Application to the TCL script.
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.CBRAgent
Returns the String to be Written for the CBR Application
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.ExponentialAgent
Returns the String to be Written for the CBR Application
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.FTPAgent
Returns the String to be Written for the FTPAgent Application.
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.ParetoAgent
Returns the String to be Written for the CBR Application
addApplicationToScript(NsNode, int) - Method in class edu.colorado.cs.ns2.agents.TelnetAgent
Returns the String to be Written for the CBR Application
addConnection(Connection) - Method in class edu.colorado.cs.ns2.sim.ConnectionList
Add a new connection to the list.
addConnection(Connection) - Method in class edu.colorado.cs.ns2.sim.SimulationData
 
addNewLink(Link) - Method in class edu.colorado.cs.ns2.sim.SimulationData
 
addNewNode(NsNode) - Method in class edu.colorado.cs.ns2.sim.SimulationData
 
addReachableNodes(HashSet<NsNode>) - Method in class edu.colorado.cs.ns2.sim.NsNode
 
Agent - Class in edu.colorado.cs.ns2.agents
This is a generic Agent class.
Agent() - Constructor for class edu.colorado.cs.ns2.agents.Agent
Default constructor - Instantiates local class variables.
agent - Variable in class edu.colorado.cs.ns2.agents.CBRAgent.CBRPropertiesDialog
A reference to the CBRAgent on which these properties should be applied.
agent - Variable in class edu.colorado.cs.ns2.agents.ExponentialAgent.ExponentialPropertiesDialog
A reference to the Exponential traffic generator Application on which the properites should apply.
agent - Variable in class edu.colorado.cs.ns2.agents.ParetoAgent.ParetoPropertiesDialog
A reference to the Application on which these properties should be set.
agent - Variable in class edu.colorado.cs.ns2.agents.TCPAgent.TCPAgentPropertiesDialog
 
agent - Variable in class edu.colorado.cs.ns2.agents.UDPAgent.UDPAgentPropertiesDialog
A reference to the UDPAgent on which these properites should be applied.
agent - Variable in class edu.colorado.cs.ns2.sim.AgentListItem
A reference to an Agent.
agent1 - Variable in class edu.colorado.cs.ns2.sim.Connection
The first Agent party in the Connection.
agent2 - Variable in class edu.colorado.cs.ns2.sim.Connection
The second Agent party in the Connection.
agentDisconnect(NsNode, int) - Method in class edu.colorado.cs.ns2.gui.DrawableMover
 
agentId - Variable in class edu.colorado.cs.ns2.agents.Agent
Agent identifier field uniquely identifying this agent.
agentId - Variable in class edu.colorado.cs.ns2.agents.Application
Stores the agent identifier on which this application resides.
agentId - Variable in class edu.colorado.cs.ns2.sim.ApplicationListItem
The agent's identifier.
AgentListItem - Class in edu.colorado.cs.ns2.sim
This class associates an Agent with a node identifier.
AgentListItem(int, Agent) - Constructor for class edu.colorado.cs.ns2.sim.AgentListItem
Two-argument constructor.
agentName - Variable in class edu.colorado.cs.ns2.agents.Agent
Agent name, as defined by NS2 (i.e., TCP, TCPSink, UDP, Null, etc.).
agents - Variable in class edu.colorado.cs.ns2.sim.NsNode
 
agentsConnect(NsNode, int) - Method in class edu.colorado.cs.ns2.gui.DrawableMover
 
agentStatus - Static variable in class edu.colorado.cs.ns2.gui.Generator
 
Animate - Class in edu.colorado.cs.ns2.animation
This class implements the animation thread.
Animate(Container, DrawableMover) - Constructor for class edu.colorado.cs.ns2.animation.Animate
Constructor.
animate - Variable in class edu.colorado.cs.ns2.animation.Animator
A reference to the primary animation object.
Animator - Class in edu.colorado.cs.ns2.animation
The Animator Class spawns a new Thread to draw the animated Packets.
Animator(DrawableMover, Container) - Constructor for class edu.colorado.cs.ns2.animation.Animator
Constructor.
app - Variable in class edu.colorado.cs.ns2.sim.ApplicationListItem
A reference to the Application.
app - Variable in class edu.colorado.cs.ns2.sim.SimulationEvent
The application on which this event should occur.
Application - Class in edu.colorado.cs.ns2.agents
Defines Abstract Class Application.
Application() - Constructor for class edu.colorado.cs.ns2.agents.Application
Default Constructor.
applicationId - Variable in class edu.colorado.cs.ns2.agents.Application
Stores the application identifer.
ApplicationListItem - Class in edu.colorado.cs.ns2.sim
This class provides the binding between an Application, its underlying Agent, and the Agent's underlying Node.
ApplicationListItem(int, int, Application) - Constructor for class edu.colorado.cs.ns2.sim.ApplicationListItem
Three-argument constructor.
applicationName - Variable in class edu.colorado.cs.ns2.agents.Application
Store the name of the Application in the NS2 application naming convention.
applications - Variable in class edu.colorado.cs.ns2.agents.Agent
A Vector of all applications attached to the current Agent.
appList - Variable in class edu.colorado.cs.ns2.gui.dialogs.ScheduleEventDialog
A list of possible applications.
areAgentsConnected() - Method in class edu.colorado.cs.ns2.sim.Connection
Returns True if the agents are connected.
args - Variable in class edu.colorado.cs.ns2.sim.Link
The queue's arguments.
arguments - Variable in class edu.colorado.cs.ns2.sim.LinkProperties
Stores the queue's arguments.

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