drcl.intserv
Class SpecFlow
java.lang.Object
|
+--drcl.DrclObj
|
+--drcl.intserv.SpecFlow
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectDuplicable, java.io.Serializable
- public class SpecFlow
- extends DrclObj
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rspec
public SpecR rspec
tspec
public TrafficModel tspec
handle
public int handle
SpecFlow
public SpecFlow()
SpecFlow
public SpecFlow(TrafficModel tspec_,
SpecR rspec_)
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(SpecFlow that_)
- Merge
that_ into this flowspec.
perHopAdjust
public void perHopAdjust()
- Adjusts the rspec at a hop toward the sender.
toString
public java.lang.String toString()
- Overrides:
toString in class DrclObj
getHandle
public int getHandle()
- Returns the handle of this flowspec.
isActivated
public boolean isActivated()
- Returns true if the flowspec is activated.
getRspec
public SpecR getRspec()
getTspec
public TrafficModel getTspec()
Copyright © 2001 - DRCL, OSU ~ Back to JavaSim Home ~