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

All Superinterfaces:
Cloneable
All Known Implementing Classes:
StateStoreInfo

public interface ICloneable
extends 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
 Object Clone()
          Clones the implementing instnace
 

Method Detail

Clone

Object Clone()
Clones the implementing instnace

Returns:
the new, cloned instnace


Copyright © 2013. All Rights Reserved.