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. |
duplicate
public void duplicate(java.lang.Object source_)
- Copies the content of the
source_ object to this object.
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~