|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.eclipse.emf.ecore.util.EcoreUtil.Copier
org.eclipse.uml2.uml.util.UMLUtil.PackageMerger
A copier that merges the contents of packages involved in package merge relationships based on the rules defined in the UML specification.
Nested Class Summary | |
protected class |
UMLUtil.PackageMerger.BodyMatcher
|
protected class |
UMLUtil.PackageMerger.KeyMatcher
|
protected class |
UMLUtil.PackageMerger.NameMatcher
|
protected class |
UMLUtil.PackageMerger.ResultingQNameMatcher
|
protected class |
UMLUtil.PackageMerger.SourceMatcher
|
protected class |
UMLUtil.PackageMerger.StringValueMatcher
|
protected class |
UMLUtil.PackageMerger.TypeMatcher
|
Field Summary | |
static int |
ASSOCIATION_SPECIALIZATION
The diagnostic code for cases where an association specialization is missing. |
static int |
CAPABILITY
The diagnostic code for cases where capability information is missing. |
static int |
DIFFERENT_PROPERTY_STATICITY
The diagnostic code for cases where the staticity of merged properties does not match. |
static int |
DIFFERENT_PROPERTY_UNIQUENESS
The diagnostic code for cases where the uniqueness of merged properties does not match. |
static int |
EMPTY_UNION
The diagnostic code for cases where an empty union is detected. |
static int |
IMPLICIT_REDEFINITION
The diagnostic code for cases where an implicit redefinition is detected. |
static int |
INVALID_REDEFINITION
The diagnostic code for cases where an invalid redefinition is detected. |
static int |
INVALID_SUBSET
The diagnostic code for cases where an invalid subset is detected. |
protected Collection |
mergedPackages
|
static String |
OPTION__ASSOCIATION_SPECIALIZATIONS
The option for handling cases where an association specialization is missing. |
static String |
OPTION__CAPABILITIES
The option for handling cases where capability information is missing. |
static String |
OPTION__DIFFERENT_PROPERTY_STATICITY
The option for handling cases where the staticity of merged properties does not match. |
static String |
OPTION__DIFFERENT_PROPERTY_UNIQUENESS
The option for handling cases where the uniqueness of merged properties does not match. |
static String |
OPTION__EMPTY_UNIONS
The option for handling cases where an empty union is detected. |
static String |
OPTION__IMPLICIT_REDEFINITIONS
The option for handling cases where an implicit redefinition is detected. |
static String |
OPTION__INVALID_REDEFINITIONS
The option for handling cases where an invalid redefinition is detected. |
static String |
OPTION__INVALID_SUBSETS
The option for handling cases where an invalid subset is detected. |
static String |
OPTION__REDUNDANT_GENERALIZATIONS
The option for handling cases where a redundant generalization is detected. |
protected Package |
receivingPackage
|
static int |
REDUNDANT_GENERALIZATION
The diagnostic code for cases where a redundant generalization is detected. |
protected Map |
resultingToMergedEObjectMap
|
Fields inherited from class org.eclipse.emf.ecore.util.EcoreUtil.Copier |
resolveProxies |
Constructor Summary | |
UMLUtil.PackageMerger()
|
Method Summary | |
void |
clear()
|
boolean |
containsKey(Object key)
|
boolean |
containsValue(Object value)
|
EObject |
copy(EObject eObject)
|
Collection |
copyAll(Collection eObjects)
|
protected void |
copyAttribute(EAttribute eAttribute,
EObject eObject,
EObject copyEObject)
|
protected void |
copyContainment(EReference eReference,
EObject eObject,
EObject copyEObject)
|
protected void |
copyReference(EReference eReference,
EObject eObject,
EObject copyEObject)
|
protected EObject |
createCopy(EObject eObject)
|
Set |
entrySet()
|
Object |
get(Object key)
|
protected Collection |
getAllMergedPackages(Package package_)
|
protected List |
getMatchCandidates(EObject eObject)
|
protected List |
getMergedEObjects(EObject resultingEObject)
|
protected EObject |
getPreviouslyMergedEObject(EObject resultingEObject)
|
protected String |
getResultingQName(EObject eObject)
|
boolean |
isEmpty()
|
Set |
keySet()
|
void |
merge(Package package_,
Map options,
DiagnosticChain diagnostics,
Map context)
Merges the contents of (all of) the packages merged by the specified package using the specified options, reporting problems to the specified diagnostics, within the specified context. |
protected void |
mergeAssociation_IsDerived(Association receivingAssociation,
Association mergedAssociation)
|
protected void |
mergeClassifier_IsAbstract(Classifier receivingClassifier,
Classifier mergedClassifier)
|
protected void |
mergeLiteralInteger_Value(LiteralInteger receivingLiteralInteger,
LiteralInteger mergedLiteralInteger)
|
protected void |
mergeLiteralUnlimitedNatural_Value(LiteralUnlimitedNatural receivingLiteralUnlimitedNatural,
LiteralUnlimitedNatural mergedLiteralUnlimitedNatural)
|
protected void |
mergeMultiplicityElement_IsOrdered(MultiplicityElement receivingMultiplicityElement,
MultiplicityElement mergedMultiplicityElement)
|
protected void |
mergeMultiplicityElement_IsUnique(MultiplicityElement receivingMultiplicityElement,
MultiplicityElement mergedMultiplicityElement)
|
protected void |
mergeNamedElement_Visibility(NamedElement receivingNamedElement,
NamedElement mergedNamedElement)
|
protected void |
mergeProperty_IsDerived(Property receivingProperty,
Property mergedProperty)
|
protected void |
mergeProperty_IsDerivedUnion(Property receivingProperty,
Property mergedProperty)
|
protected void |
mergeStructuralFeature_IsReadOnly(StructuralFeature receivingStructuralFeature,
StructuralFeature mergedStructuralFeature)
|
protected void |
mergeTypedElement_Type(TypedElement receivingTypedElement,
TypedElement mergedTypedElement)
|
protected void |
processAssociationSpecializations(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processCapabilities(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processDifferentPropertyStaticity(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processDifferentPropertyUniqueness(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processEmptyUnions(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processImplicitRedefinitions(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processInvalidRedefinitions(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processInvalidSubsets(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processOptions(Map options,
DiagnosticChain diagnostics,
Map context)
|
protected void |
processRedundantGeneralizations(Map options,
DiagnosticChain diagnostics,
Map context)
|
Object |
put(Object key,
Object value)
|
void |
putAll(Map t)
|
Object |
remove(Object key)
|
int |
size()
|
Collection |
values()
|
Methods inherited from class org.eclipse.emf.ecore.util.EcoreUtil.Copier |
copyProxyURI, copyReferences, getTarget, getTarget |
Methods inherited from class java.util.HashMap |
clone |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final String OPTION__DIFFERENT_PROPERTY_STATICITY
OPTION__IGNORE
and OPTION__REPORT
.
public static final String OPTION__DIFFERENT_PROPERTY_UNIQUENESS
OPTION__IGNORE
and OPTION__REPORT
.
public static final String OPTION__REDUNDANT_GENERALIZATIONS
OPTION__IGNORE
,
OPTION__REPORT
, and OPTION__DISCARD
.
public static final String OPTION__IMPLICIT_REDEFINITIONS
OPTION__IGNORE
,
OPTION__REPORT
, and OPTION__PROCESS
.
public static final String OPTION__INVALID_REDEFINITIONS
OPTION__IGNORE
,
OPTION__REPORT
, OPTION__DISCARD
, and
OPTION__PROCESS
.
public static final String OPTION__INVALID_SUBSETS
OPTION__IGNORE
,
OPTION__REPORT
, OPTION__DISCARD
, and
OPTION__PROCESS
.
public static final String OPTION__EMPTY_UNIONS
OPTION__IGNORE
,
OPTION__REPORT
, and OPTION__PROCESS
.
public static final String OPTION__ASSOCIATION_SPECIALIZATIONS
OPTION__IGNORE
,
OPTION__REPORT
, and OPTION__PROCESS
.
public static final String OPTION__CAPABILITIES
OPTION__IGNORE
,
OPTION__REPORT
, and OPTION__PROCESS
.
public static final int DIFFERENT_PROPERTY_STATICITY
public static final int DIFFERENT_PROPERTY_UNIQUENESS
public static final int REDUNDANT_GENERALIZATION
public static final int IMPLICIT_REDEFINITION
public static final int INVALID_REDEFINITION
public static final int INVALID_SUBSET
public static final int EMPTY_UNION
public static final int ASSOCIATION_SPECIALIZATION
public static final int CAPABILITY
protected Package receivingPackage
protected Collection mergedPackages
protected final Map resultingToMergedEObjectMap
Constructor Detail |
public UMLUtil.PackageMerger()
Method Detail |
public void clear()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public Set entrySet()
public Object get(Object key)
public boolean isEmpty()
public Set keySet()
public Object put(Object key, Object value)
public void putAll(Map t)
public Object remove(Object key)
public int size()
public Collection values()
protected List getMatchCandidates(EObject eObject)
protected List getMergedEObjects(EObject resultingEObject)
protected EObject getPreviouslyMergedEObject(EObject resultingEObject)
protected String getResultingQName(EObject eObject)
protected void mergeAssociation_IsDerived(Association receivingAssociation, Association mergedAssociation)
protected void mergeClassifier_IsAbstract(Classifier receivingClassifier, Classifier mergedClassifier)
protected void mergeLiteralInteger_Value(LiteralInteger receivingLiteralInteger, LiteralInteger mergedLiteralInteger)
protected void mergeLiteralUnlimitedNatural_Value(LiteralUnlimitedNatural receivingLiteralUnlimitedNatural, LiteralUnlimitedNatural mergedLiteralUnlimitedNatural)
protected void mergeMultiplicityElement_IsOrdered(MultiplicityElement receivingMultiplicityElement, MultiplicityElement mergedMultiplicityElement)
protected void mergeMultiplicityElement_IsUnique(MultiplicityElement receivingMultiplicityElement, MultiplicityElement mergedMultiplicityElement)
protected void mergeNamedElement_Visibility(NamedElement receivingNamedElement, NamedElement mergedNamedElement)
protected void mergeProperty_IsDerived(Property receivingProperty, Property mergedProperty)
protected void mergeProperty_IsDerivedUnion(Property receivingProperty, Property mergedProperty)
protected void mergeStructuralFeature_IsReadOnly(StructuralFeature receivingStructuralFeature, StructuralFeature mergedStructuralFeature)
protected void copyAttribute(EAttribute eAttribute, EObject eObject, EObject copyEObject)
protected void copyContainment(EReference eReference, EObject eObject, EObject copyEObject)
protected void mergeTypedElement_Type(TypedElement receivingTypedElement, TypedElement mergedTypedElement)
protected void copyReference(EReference eReference, EObject eObject, EObject copyEObject)
protected EObject createCopy(EObject eObject)
public EObject copy(EObject eObject)
public Collection copyAll(Collection eObjects)
protected Collection getAllMergedPackages(Package package_)
protected void processDifferentPropertyStaticity(Map options, DiagnosticChain diagnostics, Map context)
protected void processDifferentPropertyUniqueness(Map options, DiagnosticChain diagnostics, Map context)
protected void processImplicitRedefinitions(Map options, DiagnosticChain diagnostics, Map context)
protected void processInvalidRedefinitions(Map options, DiagnosticChain diagnostics, Map context)
protected void processInvalidSubsets(Map options, DiagnosticChain diagnostics, Map context)
protected void processEmptyUnions(Map options, DiagnosticChain diagnostics, Map context)
protected void processRedundantGeneralizations(Map options, DiagnosticChain diagnostics, Map context)
protected void processAssociationSpecializations(Map options, DiagnosticChain diagnostics, Map context)
protected void processCapabilities(Map options, DiagnosticChain diagnostics, Map context)
protected void processOptions(Map options, DiagnosticChain diagnostics, Map context)
public void merge(Package package_, Map options, DiagnosticChain diagnostics, Map context)
package_
- The receiving package.options
- The options to use.diagnostics
- The chain of diagnostics to which problems are to be
appended.context
- The cache of context-specific information.
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |