Uses of Class
edu.colorado.cs.ns2.agents.Application

Packages that use Application
edu.colorado.cs.ns2.agents   
edu.colorado.cs.ns2.gui   
edu.colorado.cs.ns2.sim   
edu.colorado.cs.ns2.sys   
 

Uses of Application in edu.colorado.cs.ns2.agents
 

Subclasses of Application in edu.colorado.cs.ns2.agents
 class CBRAgent
          Class for Representing Constant Bit Rate Application on top of a UDP Agent.
 class ExponentialAgent
          Class for representing UDP packet generation in the form of an exponential distribution of packet arrivals.
 class FTPAgent
          This is the NS2 implementation of the File Transfer Protocol (FTP).
 class ParetoAgent
          This is the implemenation of NS2's Pareto traffic generator for UDP.
 class TelnetAgent
          Class for Representing Constant Bit Rate Application.
 

Fields in edu.colorado.cs.ns2.agents with type parameters of type Application
protected  java.util.Vector<Application> Agent.applications
          A Vector of all applications attached to the current Agent.
 

Methods in edu.colorado.cs.ns2.agents that return Application
 Application Agent.getApplicationsElementAt(int element)
          Returns the Application at index element.
 

Methods in edu.colorado.cs.ns2.agents with parameters of type Application
 void Agent.removeApplicationsElement(Application app)
          An Application to remove from the Application Vector.
 void Agent.setApplications(Application app)
          A new Application to add to this Agent's Application Vector.
 

Uses of Application in edu.colorado.cs.ns2.gui
 

Methods in edu.colorado.cs.ns2.gui with parameters of type Application
private  void DrawableMover.removeScheduledEventsForApplication(Application app)
           
 void DrawableMover.setApplicationProperties(Application app)
           
 

Uses of Application in edu.colorado.cs.ns2.sim
 

Fields in edu.colorado.cs.ns2.sim declared as Application
private  Application ApplicationListItem.app
          A reference to the Application.
private  Application SimulationEvent.app
          The application on which this event should occur.
 

Methods in edu.colorado.cs.ns2.sim that return Application
 Application SimulationEvent.getApp()
          Returns the Application.
 Application ApplicationListItem.getApplication()
          Returns the Application.
 

Methods in edu.colorado.cs.ns2.sim with parameters of type Application
 void SimulationEvent.setApp(Application app)
          Sets the Application.
 void ApplicationListItem.setApplication(Application app)
          Sets the Application reference.
 

Constructors in edu.colorado.cs.ns2.sim with parameters of type Application
ApplicationListItem(int nodeId, int agentId, Application app)
          Three-argument constructor.
SimulationEvent(double simulationTime, Application app, java.lang.String whatToDO)
          Three-argument constructor.
 

Uses of Application in edu.colorado.cs.ns2.sys
 

Methods in edu.colorado.cs.ns2.sys with parameters of type Application
 void GenerateScript.writeApplication(NsNode node, int agentElement, Application app)
          Write an Application declaration to the TCL script.