Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.uml2.uml
Interface DirectedRelationship

All Superinterfaces:
Element, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Relationship
All Known Subinterfaces:
Abstraction, ComponentRealization, Dependency, Deployment, ElementImport, Extend, Generalization, Include, InformationFlow, InterfaceRealization, Manifestation, PackageImport, PackageMerge, ProfileApplication, ProtocolConformance, Realization, Substitution, TemplateBinding, Usage

public interface DirectedRelationship
extends Relationship

A representation of the model object ' Directed Relationship '. A directed relationship represents a relationship between a collection of source model elements and a collection of target model elements.

The following features are supported:

See Also:
UMLPackage.getDirectedRelationship()

Method Summary
 org.eclipse.emf.common.util.EList< Element> getSources ()
          Returns the value of the ' Source ' reference list.
 org.eclipse.emf.common.util.EList< Element> getTargets ()
          Returns the value of the ' Target ' reference list.
 
Methods inherited from interface org.eclipse.uml2.uml. Relationship
getRelatedElements
 
Methods inherited from interface org.eclipse.uml2.uml. 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSources

org.eclipse.emf.common.util.EList<
Element> getSources()
Returns the value of the ' Source ' reference list. The list contents are of type Element.

This feature subsets the following features:

This feature is a derived union. Specifies the sources of the DirectedRelationship.

Returns:
the value of the 'Source' reference list.
See Also:
UMLPackage.getDirectedRelationship_Source()

getTargets

org.eclipse.emf.common.util.EList<
Element> getTargets()
Returns the value of the ' Target ' reference list. The list contents are of type Element.

This feature subsets the following features:

This feature is a derived union. Specifies the targets of the DirectedRelationship.

Returns:
the value of the 'Target' reference list.
See Also:
UMLPackage.getDirectedRelationship_Target()

Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire