Package com.sodius.mdw.metamodel.uml21
Interface Relationship
-
- All Superinterfaces:
Comparable<Object>
,Element
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Abstraction
,Association
,AssociationClass
,CommunicationPath
,ComponentRealization
,Dependency
,Deployment
,DirectedRelationship
,ElementImport
,Extend
,Extension
,Generalization
,Include
,InformationFlow
,InterfaceRealization
,Manifestation
,PackageImport
,PackageMerge
,ProfileApplication
,ProtocolConformance
,Realization
,Substitution
,TemplateBinding
,Usage
public interface Relationship extends Element
A representation of the model object 'Relationship'. Relationship is an abstract concept that specifies some kind of relationship between elements.The following features are supported:
- See Also:
UMLPackage.getRelationship()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Element>
getRelatedElements()
Returns the value of the 'Related Element' reference list.-
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
-
-
-
-
Method Detail
-
getRelatedElements
MDWEList<Element> getRelatedElements()
Returns the value of the 'Related Element' reference list. The list contents are of typeElement
. Specifies the elements related by the Relationship.- Returns:
- the value of the 'Related Element' reference list.
- See Also:
UMLPackage.getRelationship_RelatedElement()
-
-