|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Dependency'. A dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation. This means that the complete semantics of the depending elements is either semantically or structurally dependent on the definition of the supplier element(s).
The following features are supported:
UML2Package.getDependency()
Field Summary | |
static String |
copyright
|
Fields inherited from interface org.eclipse.uml2.NamedElement |
SEPARATOR |
Method Summary | |
NamedElement |
getClient(String unqualifiedName)
Retrieves the NamedElement with the specified name from the 'Client' reference list |
org.eclipse.emf.common.util.EList |
getClients()
Returns the value of the 'Client' reference list. |
NamedElement |
getSupplier(String unqualifiedName)
Retrieves the NamedElement with the specified name from the 'Supplier' reference list |
org.eclipse.emf.common.util.EList |
getSuppliers()
Returns the value of the 'Supplier' reference list. |
Methods inherited from interface org.eclipse.uml2.PackageableElement |
getPackageableElement_visibility, getVisibility, setPackageableElement_visibility, setVisibility |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwnedElements, getOwner, getQualifiedName, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.TemplateableElement |
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, 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 |
Methods inherited from interface org.eclipse.uml2.ParameterableElement |
getOwner, getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter |
Methods inherited from interface org.eclipse.uml2.DirectedRelationship |
getRelatedElements, getSources, getTargets |
Field Detail |
public static final String copyright
Method Detail |
public org.eclipse.emf.common.util.EList getClients()
NamedElement
.
It is bidirectional and its opposite is 'Client Dependency
'.
If the meaning of the 'Client' reference list isn't clear, there really should be more of a description here...
The element that is affected by the supplier element. In some cases (such as a Trace Abstraction) the direction is unimportant and serves only to distinguish the two elements.
UML2Package.getDependency_Client()
,
NamedElement.getClientDependencies()
public NamedElement getClient(String unqualifiedName)
NamedElement
with the specified name from the 'Client' reference list.
unqualifiedName
- The unqualified name of the NamedElement
to retrieve.
NamedElement
with the specified name, or null
.getClients()
public org.eclipse.emf.common.util.EList getSuppliers()
NamedElement
.
If the meaning of the 'Supplier' reference list isn't clear, there really should be more of a description here...
Designates the element that is unaffected by a change. In a two-way relationship (such as some Refinement Abstractions) this would be the more general element. In an undirected situation, such as a Trace Abstraction, the choice of client and supplier is not relevant.
UML2Package.getDependency_Supplier()
public NamedElement getSupplier(String unqualifiedName)
NamedElement
with the specified name from the 'Supplier' reference list.
unqualifiedName
- The unqualified name of the NamedElement
to retrieve.
NamedElement
with the specified name, or null
.getSuppliers()
|
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 |