J-Sim v1.2.1-p7 API

drcl.inet.protocol.dv
Class DVExtension

java.lang.Object
  extended bydrcl.DrclObj
      extended bydrcl.inet.protocol.dv.DVExtension
All Implemented Interfaces:
java.lang.Cloneable, ObjectDuplicable, java.io.Serializable

public class DVExtension
extends DrclObj

Routing entry extension for DV.

See Also:
Serialized Form

Constructor Summary
DVExtension()
           
DVExtension(int metric_)
           
DVExtension(int metric_, boolean changed_)
           
 
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 drcl.DrclObj
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DVExtension

public DVExtension()

DVExtension

public DVExtension(int metric_)

DVExtension

public DVExtension(int metric_,
                   boolean changed_)
Method Detail

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

J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~