UML Modeling Layer

com.ibm.xtools.uml.msl.internal.providers.copypaste
Class CopyAtomicSetHelper

java.lang.Object
  extended by com.ibm.xtools.uml.msl.internal.providers.copypaste.CopyAtomicSetHelper

public class CopyAtomicSetHelper
extends Object

Helper class for CopyAtomicSet


Constructor Summary
CopyAtomicSetHelper(List<CopyAtomicSetStrategy> atomicSetStrategies)
           
 
Method Summary
 Set<EObject> findSemanticCopyAtomicSet(Set<EObject> selectedObjects)
          Given a set of objects, this method collects their copy atomic set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyAtomicSetHelper

public CopyAtomicSetHelper(List<CopyAtomicSetStrategy> atomicSetStrategies)
Method Detail

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.

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.