drcl.intserv
Class SpecAd
java.lang.Object
drcl.DrclObj
drcl.intserv.SpecAd
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectCloneable, ObjectDuplicable, java.io.Serializable
- public class SpecAd
- extends DrclObj
- See Also:
- Serialized Form
|
Constructor Summary |
SpecAd()
|
SpecAd(long sender_,
TrafficModel tspec_)
|
SpecAd(long sender_,
TrafficModel tspec_,
int hopCount_,
double edelay_,
double pdelay_,
double jitter_,
int bandwidth_,
double pktLossRate_,
int mtu_)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sender
public long sender
tspec
public TrafficModel tspec
minE2eDelay
public double minE2eDelay
minPropDelay
public double minPropDelay
minIntPktJitter
public double minIntPktJitter
minBW
public int minBW
pktLossRate
public double pktLossRate
hop
public int hop
minMTU
public int minMTU
SpecAd
public SpecAd()
SpecAd
public SpecAd(long sender_,
TrafficModel tspec_)
SpecAd
public SpecAd(long sender_,
TrafficModel tspec_,
int hopCount_,
double edelay_,
double pdelay_,
double jitter_,
int bandwidth_,
double pktLossRate_,
int mtu_)
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().
- Specified by:
duplicate in interface ObjectDuplicable- Overrides:
duplicate in class DrclObj
check
public boolean check(QoSRequirement qos_)
toString
public java.lang.String toString()
- Overrides:
toString in class DrclObj
setSender
public void setSender(long g_)
getSender
public long getSender()
setMinEndToEndDelay
public void setMinEndToEndDelay(double d_)
getMinEndToEndDelay
public double getMinEndToEndDelay()
setMinPropDelay
public void setMinPropDelay(double d_)
getMinPropDelay
public double getMinPropDelay()
setTspec
public void setTspec(TrafficModel d_)
getTspec
public TrafficModel getTspec()
setMinIntPktJitter
public void setMinIntPktJitter(double d_)
getMinIntPktJitter
public double getMinIntPktJitter()
setMinBW
public void setMinBW(int d_)
getMinBW
public int getMinBW()
setPktLossRate
public void setPktLossRate(double d_)
getPktLossRate
public double getPktLossRate()
setHop
public void setHop(int d_)
getHop
public int getHop()
setMinMTU
public void setMinMTU(int d_)
getMinMTU
public int getMinMTU()
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~