com.ibm.xtools.uml.msl.internal.providers.copypaste
Class CopyAtomicSetHelper
java.lang.Object
com.ibm.xtools.uml.msl.internal.providers.copypaste.CopyAtomicSetHelper
public class CopyAtomicSetHelper
- extends Object
Helper class for CopyAtomicSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyAtomicSetHelper
public CopyAtomicSetHelper(List<CopyAtomicSetStrategy> atomicSetStrategies)
findSemanticCopyAtomicSet
public Set<EObject> findSemanticCopyAtomicSet(Set<EObject> selectedObjects)
- Given a set of objects, this method collects their copy atomic set. Include
all objects that need to be copied together to protect model integrity.
- Parameters:
selectedObjects -
- Returns:
- copy atomic set.
© Copyright IBM Corp. 2009. All rights reserved.