Uses of Interface
org.eclipse.uml2.DeploymentTarget

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

Uses of DeploymentTarget in org.eclipse.uml2
 

Subinterfaces of DeploymentTarget in org.eclipse.uml2
 interface Device
           A representation of the model object 'Device'
 interface EnumerationLiteral
           A representation of the model object 'Enumeration Literal'
 interface ExecutionEnvironment
           A representation of the model object 'Execution Environment'
 interface ExtensionEnd
           A representation of the model object 'Extension End'
 interface InstanceSpecification
           A representation of the model object 'Instance Specification'
 interface Node
           A representation of the model object 'Node'
 interface Port
           A representation of the model object 'Port'
 interface Property
           A representation of the model object 'Property'
 

Methods in org.eclipse.uml2 that return DeploymentTarget
 DeploymentTarget Deployment.getLocation()
          Returns the value of the 'Location' container reference.
 

Methods in org.eclipse.uml2 with parameters of type DeploymentTarget
 void Deployment.setLocation(DeploymentTarget value)
          Sets the value of the 'Location' container reference
 

Uses of DeploymentTarget in org.eclipse.uml2.util
 

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


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