Uses of Interface
org.eclipse.uml2.Deployment

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

Uses of Deployment in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Deployment
 Deployment UML2Factory.createDeployment()
          Returns a new object of class 'Deployment'
 Deployment DeploymentTarget.getDeployment(String unqualifiedName)
          Retrieves the Deployment with the specified name from the 'Deployment' containment reference list
 Deployment DeploymentTarget.createDeployment(EClass eClass)
          Creates a Deployment and appends it to the 'Deployment' containment reference list
 

Uses of Deployment in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Deployment
 boolean UML2Validator.validateDeployment(Deployment deployment, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseDeployment(Deployment object)
          Returns the result of interpretting the object as an instance of 'Deployment'
 


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