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'
 

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

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


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