org.argouml.model
Interface CopyHelper


public interface CopyHelper


Method Summary
 java.lang.Object copy(java.lang.Object source, java.lang.Object destination)
          Copy an object.
 

Method Detail

copy

java.lang.Object copy(java.lang.Object source,
                      java.lang.Object destination)
Copy an object.

Parameters:
source - The source.
destination - The destination where the new object goes (a Namespace).
Returns:
The newly created object.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook