pl.edu.agh.cast.data.model.copier
Interface IElementCopier<E extends IElement>

Type Parameters:
E - the type of contained elements
All Known Implementing Classes:
SchemaDataSet

public interface IElementCopier<E extends IElement>

Interface of element copier.

Author:
AGH CAST Team
See Also:
IElement

Method Summary
 ElementTransferContainer<E> copy(Collection<IElement> elements)
          Returns a container containing copies of given elements.
 

Method Detail

copy

ElementTransferContainer<E> copy(Collection<IElement> elements)
Returns a container containing copies of given elements. In order to preserve data consistency additional elements may be also copied.

Parameters:
elements - collection of elements to copy
Returns:
a container containing copies of given elements (and possibly additional ones)


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.