dk.vajhoej.model
Interface Duplicatable

All Known Implementing Classes:
Box, BoxPalette, Component, ComponentPalette, Connection, ConnectionPalette, Model, Picture

public interface Duplicatable

Interface Duplicatable describes the functionality required by classes to be duplicated.


Method Summary
 java.lang.Object duplicate()
          Duplicate object.
 

Method Detail

duplicate

java.lang.Object duplicate()
Duplicate object. The result will have the same characteristics as the original but may not be equal to it.

Returns:
duplicate