Uses of Interface
org.eclipse.uml2.uml.DirectedRelationship

Packages that use DirectedRelationship
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of DirectedRelationship in org.eclipse.uml2.uml
 

Subinterfaces of DirectedRelationship in org.eclipse.uml2.uml
 interface Abstraction
          A representation of the model object 'Abstraction'
 interface ComponentRealization
          A representation of the model object 'Component Realization'
 interface Dependency
          A representation of the model object 'Dependency'
 interface Deployment
          A representation of the model object 'Deployment'
 interface ElementImport
          A representation of the model object 'Element Import'
 interface Extend
          A representation of the model object 'Extend'
 interface Generalization
          A representation of the model object 'Generalization'
 interface Include
          A representation of the model object 'Include'
 interface InformationFlow
          A representation of the model object 'Information Flow'
 interface InterfaceRealization
          A representation of the model object 'Interface Realization'
 interface Manifestation
          A representation of the model object 'Manifestation'
 interface PackageImport
          A representation of the model object 'Package Import'
 interface PackageMerge
          A representation of the model object 'Package Merge'
 interface ProfileApplication
          A representation of the model object 'Profile Application'
 interface ProtocolConformance
          A representation of the model object 'Protocol Conformance'
 interface Realization
          A representation of the model object 'Realization'
 interface Substitution
          A representation of the model object 'Substitution'
 interface TemplateBinding
          A representation of the model object 'Template Binding'
 interface Usage
          A representation of the model object 'Usage'
 

Methods in org.eclipse.uml2.uml that return types with arguments of type DirectedRelationship
 org.eclipse.emf.common.util.EList<DirectedRelationship> Element.getSourceDirectedRelationships()
          Retrieves the directed relationships for which this element is a source
 org.eclipse.emf.common.util.EList<DirectedRelationship> Element.getSourceDirectedRelationships(org.eclipse.emf.ecore.EClass eClass)
          Retrieves the directed relationships of the specified type for which this element is a source.
 org.eclipse.emf.common.util.EList<DirectedRelationship> Element.getTargetDirectedRelationships()
          Retrieves the directed relationships for which this element is a target
 org.eclipse.emf.common.util.EList<DirectedRelationship> Element.getTargetDirectedRelationships(org.eclipse.emf.ecore.EClass eClass)
          Retrieves the directed relationships of the specified type for which this element is a target.
 

Uses of DirectedRelationship in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type DirectedRelationship
 T UMLSwitch.caseDirectedRelationship(DirectedRelationship object)
          Returns the result of interpreting the object as an instance of 'Directed Relationship'
 boolean UMLValidator.validateDirectedRelationship(DirectedRelationship directedRelationship, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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