Uses of Interface
org.eclipse.uml2.DeploymentSpecification

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

Uses of DeploymentSpecification in org.eclipse.uml2
 

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

Uses of DeploymentSpecification in org.eclipse.uml2.util
 

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


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