edu.gwu.simplenetsim
Class Connection

java.lang.Object
  extended by edu.gwu.simplenetsim.Connection

public class Connection
extends java.lang.Object

Used to store data about connections that are read from the parameter file and used by the simulator to randomly generate packets. This class is used by the simulator and should not matter to the layers.


Constructor Summary
Connection()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object