drcl.comp
Class Util.Link
java.lang.Object
drcl.DrclObj
drcl.comp.Util.Link
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectCloneable, ObjectDuplicable, java.io.Serializable
- Enclosing class:
- Util
- public static class Util.Link
- extends DrclObj
The class describes a uni-directional connection between two ports.
- See Also:
- Serialized Form
|
Method Summary |
void |
duplicate(java.lang.Object source_)
opies the content of the source_ object to this object.
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
from
public Port from
to
public Port to
nextHop
public Component nextHop
Util.Link
public Util.Link(Port from_,
Port to_)
Util.Link
public Util.Link(Port from_,
Component next_,
Port to_)
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
toString
public java.lang.String toString()
- Overrides:
toString in class DrclObj
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~