J-Sim v1.2.1-p7 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.


J-Sim v1.2.1-p7 API

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