Uses of Class
edu.colorado.cs.ns2.sim.Connection

Packages that use Connection
edu.colorado.cs.ns2.sim   
 

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

Fields in edu.colorado.cs.ns2.sim with type parameters of type Connection
private  java.util.Vector<Connection> ConnectionList.connections
          List of agent connections.
 

Methods in edu.colorado.cs.ns2.sim that return Connection
 Connection ConnectionList.elementAt(int i)
          Return the ith element of the connection list.
 Connection ConnectionList.getConnectionsElementAt(int i)
          Return the ith element of the connection list.
 

Methods in edu.colorado.cs.ns2.sim with parameters of type Connection
 void SimulationData.addConnection(Connection conn)
           
 void ConnectionList.addConnection(Connection conn)
          Add a new connection to the list.
 boolean SimulationData.checkIfConnectionStillValid(Connection conn)
           
 void ConnectionList.removeConnection(Connection conn)
          Remove an existing connection.
 

Method parameters in edu.colorado.cs.ns2.sim with type arguments of type Connection
 void ConnectionList.setConnections(java.util.Vector<Connection> connections)
          (Re-) Set the connection list.