Package com.sodius.mdw.metamodel.uml21
Interface PackageMerge
-
- All Superinterfaces:
Comparable<Object>
,DirectedRelationship
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
,Relationship
public interface PackageMerge extends DirectedRelationship
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:
- See Also:
UMLPackage.getPackageMerge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.DirectedRelationship
getSources, getTargets
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Element
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
-
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.Relationship
getRelatedElements
-
-
-
-
Method Detail
-
getMergedPackage
Package getMergedPackage()
Returns the value of the 'Merged Package' reference. References the Package that is to be merged with the receiving package of the PackageMerge.- Returns:
- the value of the 'Merged Package' reference.
- See Also:
setMergedPackage(com.sodius.mdw.metamodel.uml21.Package)
,UMLPackage.getPackageMerge_MergedPackage()
-
setMergedPackage
void setMergedPackage(Package value)
Sets the value of the 'Merged Package
' reference.- Parameters:
value
- the new value of the 'Merged Package' reference.- See Also:
getMergedPackage()
-
getReceivingPackage
Package getReceivingPackage()
Returns the value of the 'Receiving Package' container reference. It is bidirectional and its opposite is 'Package Merge
'. References the Package that is being extended with the contents of the merged package of the PackageMerge.- Returns:
- the value of the 'Receiving Package' container reference.
- See Also:
setReceivingPackage(com.sodius.mdw.metamodel.uml21.Package)
,UMLPackage.getPackageMerge_ReceivingPackage()
,Package.getPackageMerges()
-
setReceivingPackage
void setReceivingPackage(Package value)
Sets the value of the 'Receiving Package
' container reference.- Parameters:
value
- the new value of the 'Receiving Package' container reference.- See Also:
getReceivingPackage()
-
-