java.lang.Object edu.gwu.simplenetsim.LinkStatus
public class LinkStatus
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 |
---|
public double linkValue
Constructor Detail |
---|
public LinkStatus(double linkValue)