|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.DrclObj
drcl.net.traffic.TrafficModel
This class is the base class for defining a traffic model.
| Constructor Summary | |
TrafficModel()
|
|
| Method Summary | |
abstract int |
getBurst()
Returns the maximum burstness that can be generated from this model instance (byte). |
abstract double |
getLoad()
Returns the load of this traffic model instance (bps). |
abstract int |
getMTU()
Returns the maximum transmission unit (MTU) of this model instance (byte). |
abstract TrafficModel |
merge(TrafficModel that_)
Merges this instance with the specified one and returns this instance. |
abstract java.lang.String |
oneline()
Prints and returns the parameters of this model instance in one line of String. |
| Methods inherited from class drcl.DrclObj |
clone, duplicate, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TrafficModel()
| Method Detail |
public abstract double getLoad()
public abstract int getMTU()
public abstract int getBurst()
public abstract TrafficModel merge(TrafficModel that_)
public abstract java.lang.String oneline()
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||