public interface PackageMerge extends DirectedRelationship
A package merge defines how the contents of one package are extended by the contents of another package.
The following features are supported:
UMLPackage.getPackageMerge()| Modifier and Type | Method and Description | 
|---|---|
Package | 
getMergedPackage()
Returns the value of the 'Merged Package' reference. 
 | 
Package | 
getReceivingPackage()
Returns the value of the 'Receiving Package' container reference. 
 | 
void | 
setMergedPackage(Package value)
Sets the value of the ' 
Merged Package' reference. | 
void | 
setReceivingPackage(Package value)
Sets the value of the ' 
Receiving Package' container reference. | 
getSource, getTarget, hasSource, hasTargetget_abstraction, getRelatedElement, has_abstraction, hasRelatedElementget_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite@CheckForNull Package getMergedPackage()
package Merge Of Merged Package'.
 
 
 
 References the Package that is to be merged with the receiving package of the PackageMerge.
 setMergedPackage(Package), 
UMLPackage.getPackageMerge_MergedPackage(), 
Package.get_packageMergeOfMergedPackage()void setMergedPackage(@CheckForNull
                      Package value)
Merged Package' reference.
 
 value - the new value of the 'Merged Package' reference.getMergedPackage()@CheckForNull Package getReceivingPackage()
Package Merge'.
 
 
 
 References the Package that is being extended with the contents of the merged package of the PackageMerge.
 setReceivingPackage(Package), 
UMLPackage.getPackageMerge_ReceivingPackage(), 
Package.getPackageMerge()void setReceivingPackage(@CheckForNull
                         Package value)
Receiving Package' container reference.
 
 value - the new value of the 'Receiving Package' container reference.getReceivingPackage()