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(java.lang.String name)
          Retrieves the Dependency with the specified 'Name' from the 'Client Dependency' reference list
 Dependency NamedElement.createDependency(NamedElement supplier)
          Creates a dependency between this named element and the specified supplier, owned by this named element's nearest package.
 Dependency CollaborationOccurrence.getRoleBinding(java.lang.String name)
          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
 Dependency CollaborationOccurrence.createRoleBinding()
          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, java.util.Map context)
           
 java.lang.Object UML2Switch.caseDependency(Dependency object)
          Returns the result of interpretting the object as an instance of 'Dependency'
 


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