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, hasTarget
get_abstraction, getRelatedElement, has_abstraction, hasRelatedElement
get_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, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, 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()