|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.data.model.copier.CopyableImpl<E>
E
- the type of contained elementspublic class CopyableImpl<E extends IElement>
Implementation of ICopyable
interface.
ICopyable
Constructor Summary | |
---|---|
CopyableImpl(IElementCopier<E> defaultCopier)
Constructor. |
|
CopyableImpl(IElementCopier<E> defaultCopier,
Collection<IElementCopier<E>> copiers)
Constructor. |
Method Summary | |
---|---|
Collection<IElementCopier<E>> |
getCopiers()
Returns a collection of compatible element copiers. |
IElementCopier<E> |
getDefaultCopier()
Returns the default element copier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyableImpl(IElementCopier<E> defaultCopier)
defaultCopier
- the default copierpublic CopyableImpl(IElementCopier<E> defaultCopier, Collection<IElementCopier<E>> copiers)
defaultCopier
- the default copiercopiers
- collection of copiersMethod Detail |
---|
public Collection<IElementCopier<E>> getCopiers()
getCopiers
in interface ICopyable<E extends IElement>
ICopyable.getCopiers()
public IElementCopier<E> getDefaultCopier()
getDefaultCopier
in interface ICopyable<E extends IElement>
ICopyable.getDefaultCopier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |