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

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

Uses of DeploymentSpecification in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return DeploymentSpecification
 DeploymentSpecification UMLFactory.createDeploymentSpecification()
          Returns a new object of class 'Deployment Specification'
 DeploymentSpecification Deployment.createConfiguration(String name)
          Creates a new DeploymentSpecification, with the specified 'Name', and appends it to the 'Configuration' containment reference list
 DeploymentSpecification Deployment.getConfiguration(String name)
          Retrieves the first DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list
 DeploymentSpecification Deployment.getConfiguration(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type DeploymentSpecification
 boolean UMLValidator.validateDeploymentSpecification(DeploymentSpecification deploymentSpecification, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateDeploymentSpecification_validateDeployedElements(DeploymentSpecification deploymentSpecification, DiagnosticChain diagnostics, Map context)
          Validates the validateDeployedElements constraint of 'Deployment Specification'
 boolean UMLValidator.validateDeploymentSpecification_validateDeploymentTarget(DeploymentSpecification deploymentSpecification, DiagnosticChain diagnostics, Map context)
          Validates the validateDeploymentTarget constraint of 'Deployment Specification'
 Object UMLSwitch.caseDeploymentSpecification(DeploymentSpecification object)
          Returns the result of interpretting the object as an instance of 'Deployment Specification'
 


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