|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Directed Relationship'. A directed relationship references one or more source elements and one or more target elements. Directed relationship is an abstract metaclass.
The following features are supported:
UML2Package.getDirectedRelationship()
Field Summary | |
static String |
copyright
|
Method Summary | |
EList |
getRelatedElements()
|
EList |
getSources()
Returns the value of the 'Source' reference list. |
EList |
getTargets()
Returns the value of the 'Target' reference list. |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final String copyright
Method Detail |
public EList getSources()
Element
.
If the meaning of the 'Source' reference list isn't clear, there really should be more of a description here...
Specifies the sources of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union.
UML2Package.getDirectedRelationship_Source()
public EList getTargets()
Element
.
If the meaning of the 'Target' reference list isn't clear, there really should be more of a description here...
Specifies the targets of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union.
UML2Package.getDirectedRelationship_Target()
public EList getRelatedElements()
getRelatedElements
in interface Relationship
UML2Package.getRelationship_RelatedElement()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |