drcl.intserv
Class QoSRequirement
java.lang.Object
|
+--drcl.DrclObj
|
+--drcl.intserv.QoSRequirement
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectDuplicable, java.io.Serializable
- public class QoSRequirement
- extends DrclObj
The QoS included is listed below:
- End-to-End Delay
- Inter-Destination Jitter
- Inter-Packet Jitter
- Minimum Bandwidth
- Packet Loss Rate
- See Also:
- Serialized Form
|
Constructor Summary |
QoSRequirement(long[] connectionID_)
|
QoSRequirement(long[] connectionID_,
double ed_,
double idj_,
double ipj_,
double minbw_,
double ploss_,
int hop_)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
connectionID
public long[] connectionID
maxE2eDelay
public double maxE2eDelay
maxIntDestJitter
public double maxIntDestJitter
maxIntPktJitter
public double maxIntPktJitter
minBW
public double minBW
maxPktLossRate
public double maxPktLossRate
maxHop
public int maxHop
QoSRequirement
public QoSRequirement(long[] connectionID_)
QoSRequirement
public QoSRequirement(long[] connectionID_,
double ed_,
double idj_,
double ipj_,
double minbw_,
double ploss_,
int hop_)
duplicate
public void duplicate(java.lang.Object source_)
- Description copied from class:
DrclObj
- opies the content of the
source_ object to this object.
he subclass must implement this method to realize DrclObj.clone().
- Overrides:
duplicate in class DrclObj
merge
public void merge(QoSRequirement that_)
setConnectionID
public void setConnectionID(long[] g_)
getConnectionID
public long[] getConnectionID()
setMaxEndToEndDelay
public void setMaxEndToEndDelay(double d_)
getMaxEndToEndDelay
public double getMaxEndToEndDelay()
setMaxIntDestJitter
public void setMaxIntDestJitter(double d_)
getMaxIntDestJitter
public double getMaxIntDestJitter()
setMaxIntPktJitter
public void setMaxIntPktJitter(double d_)
getMaxIntPktJitter
public double getMaxIntPktJitter()
setMinBW
public void setMinBW(double d_)
getMinBW
public double getMinBW()
setMaxPktLossRate
public void setMaxPktLossRate(double d_)
getMaxPktLossRate
public double getMaxPktLossRate()
setMaxHop
public void setMaxHop(int d_)
getMaxHop
public int getMaxHop()
Copyright © 2001 - DRCL, OSU ~ Back to JavaSim Home ~