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

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

Uses of DeploymentTarget in org.eclipse.uml2.uml
 

Subinterfaces of DeploymentTarget in org.eclipse.uml2.uml
 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.uml that return DeploymentTarget
 DeploymentTarget Deployment.getLocation()
          Returns the value of the 'Location' container reference.
 

Methods in org.eclipse.uml2.uml 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.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type DeploymentTarget
 T UMLSwitch.caseDeploymentTarget(DeploymentTarget object)
          Returns the result of interpreting the object as an instance of 'Deployment Target'
 boolean UMLValidator.validateDeploymentTarget(DeploymentTarget deploymentTarget, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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