Uses of Interface
org.eclipse.uml2.Dependency

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

Uses of Dependency in org.eclipse.uml2
 

Subinterfaces of Dependency in org.eclipse.uml2
 interface Abstraction
           A representation of the model object 'Abstraction'
 interface Deployment
           A representation of the model object 'Deployment'
 interface Implementation
           A representation of the model object 'Implementation'
 interface Manifestation
           A representation of the model object 'Manifestation'
 interface Permission
           A representation of the model object 'Permission'
 interface Realization
           A representation of the model object 'Realization'
 interface Substitution
           A representation of the model object 'Substitution'
 interface Usage
           A representation of the model object 'Usage'
 

Methods in org.eclipse.uml2 that return Dependency
 Dependency UML2Factory.createDependency()
          Returns a new object of class 'Dependency'
 Dependency NamedElement.getClientDependency(String unqualifiedName)
          Retrieves the Dependency with the specified name from the 'Client Dependency' reference list
 Dependency CollaborationOccurrence.getRoleBinding(String unqualifiedName)
          Retrieves the Dependency with the specified name from the 'Role Binding' containment reference list
 Dependency CollaborationOccurrence.createRoleBinding(EClass eClass)
          Creates a Dependency and appends it to the 'Role Binding' containment reference list
 

Uses of Dependency in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Dependency
 boolean UML2Validator.validateDependency(Dependency dependency, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseDependency(Dependency object)
          Returns the result of interpretting the object as an instance of 'Dependency'
 


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