DRCL J-Sim API

drcl
Interface ObjectDuplicable

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

public interface ObjectDuplicable
extends ObjectCloneable

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


Method Summary
 void duplicate(java.lang.Object source_)
          Copies the content of the source_ object to this object.
 
Methods inherited from interface drcl.ObjectCloneable
clone
 

Method Detail

duplicate

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


DRCL J-Sim API

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