DRCL JavaSim API

drcl.inet.protocol.dv
Class DVExtension

java.lang.Object
  |
  +--drcl.DrclObj
        |
        +--drcl.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().
Overrides:
duplicate in class DrclObj

toString

public java.lang.String toString()
Overrides:
toString in class DrclObj

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~