Uses of Interface
org.eclipse.uml2.Relationship

Packages that use Relationship
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Relationship in org.eclipse.uml2
 

Subinterfaces of Relationship in org.eclipse.uml2
 interface Abstraction
           A representation of the model object 'Abstraction'
 interface Association
           A representation of the model object 'Association'
 interface AssociationClass
           A representation of the model object 'Association Class'
 interface CommunicationPath
           A representation of the model object 'Communication Path'
 interface Dependency
           A representation of the model object 'Dependency'
 interface Deployment
           A representation of the model object 'Deployment'
 interface DirectedRelationship
           A representation of the model object 'Directed Relationship'
 interface ElementImport
           A representation of the model object 'Element Import'
 interface Extend
           A representation of the model object 'Extend'
 interface Extension
           A representation of the model object 'Extension'
 interface Generalization
           A representation of the model object 'Generalization'
 interface Implementation
           A representation of the model object 'Implementation'
 interface Include
           A representation of the model object 'Include'
 interface InformationFlow
           A representation of the model object 'Information Flow'
 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 Permission
           A representation of the model object 'Permission'
 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 Relationship in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Relationship
 boolean UML2Validator.validateRelationship(Relationship relationship, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseRelationship(Relationship object)
          Returns the result of interpretting the object as an instance of 'Relationship'
 


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