edu.gwu.simplenetsim
Class LinkStatus

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

public class LinkStatus
extends java.lang.Object

An instance of this class is passed to the network layer by the simulator to indicate how "bad" a link is. Most often we will simply compute the average queue length over a period of time and use that.


Field Summary
 double linkValue
           
 
Constructor Summary
LinkStatus(double linkValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkValue

public double linkValue
Constructor Detail

LinkStatus

public LinkStatus(double linkValue)