|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Package Merge'. 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()
Method Summary | |
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 |
Methods inherited from interface org.eclipse.uml2.uml.DirectedRelationship |
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.uml.Relationship |
getRelatedElements |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public Package getMergedPackage()
PackageMerge.setMergedPackage(org.eclipse.uml2.uml.Package)
,
UMLPackage.getPackageMerge_MergedPackage()
public void setMergedPackage(Package value)
Merged Package
' reference.
value
- the new value of the 'Merged Package' reference.PackageMerge.getMergedPackage()
public Package getReceivingPackage()
Package Merge
'.
References the Package that is being extended with the contents of the merged package of the PackageMerge.
PackageMerge.setReceivingPackage(org.eclipse.uml2.uml.Package)
,
UMLPackage.getPackageMerge_ReceivingPackage()
,
Package.getPackageMerges()
public void setReceivingPackage(Package value)
Receiving Package
' container reference.
value
- the new value of the 'Receiving Package' container reference.PackageMerge.getReceivingPackage()
|
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 |