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

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

Uses of Dependency in org.eclipse.uml2.uml
 

Subinterfaces of Dependency 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 Deployment
           A representation of the model object 'Deployment'
 interface InterfaceRealization
           A representation of the model object 'Interface Realization'
 interface Manifestation
           A representation of the model object 'Manifestation'
 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.uml that return Dependency
 Dependency UMLFactory.createDependency()
          Returns a new object of class 'Dependency'
 Dependency NamedElement.getClientDependency(String name)
          Retrieves the first Dependency with the specified 'Name' from the 'Client Dependency' reference list
 Dependency NamedElement.getClientDependency(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first 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 CollaborationUse.createRoleBinding(String name, EClass eClass)
          Creates a new Dependency, with the specified 'Name', and appends it to the 'Role Binding' containment reference list
 Dependency CollaborationUse.createRoleBinding(String name)
          Creates a new Dependency, with the specified 'Name', and appends it to the 'Role Binding' containment reference list
 Dependency CollaborationUse.getRoleBinding(String name)
          Retrieves the first Dependency with the specified 'Name' from the 'Role Binding' containment reference list
 Dependency CollaborationUse.getRoleBinding(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first Dependency with the specified 'Name' from the 'Role Binding' containment reference list
 

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

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


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