gr.uoa.di.madgik.commons.configuration.parameter
Interface ICloneable

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
StateStoreInfo

public interface ICloneable
extends java.lang.Cloneable

Marking interface to show that the object implementing it can be cloned. This is needed in cases of ObjectParameter parameters where the ObjectParameter.IsShared() has been set to false

Author:
gpapanikos

Method Summary
 java.lang.Object Clone()
          Clones the implementing instnace
 

Method Detail

Clone

java.lang.Object Clone()
Clones the implementing instnace

Returns:
the new, cloned instnace