DRCL JavaSim API

drcl
Interface ObjectDuplicable

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
DrclObj

public interface ObjectDuplicable
extends java.lang.Cloneable

This interface extends the clone mechanism in Object by providing the duplicate(Object).


Method Summary
 java.lang.Object clone()
          Returns a clone of this object.
 void duplicate(java.lang.Object source_)
          Copies the content of the source_ object to this object.
 

Method Detail

duplicate

public void duplicate(java.lang.Object source_)
Copies the content of the source_ object to this object.

clone

public java.lang.Object clone()
Returns a clone of this object.
Overrides:
clone in class java.lang.Object

DRCL JavaSim API

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