|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Deployment Specification'. A deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node. A deployment specification can be aimed at a specific type of container. An artifact that reifies or implements deployment specification properties is a deployment descriptor.
The following features are supported:
UMLPackage.getDeploymentSpecification()
Field Summary |
---|
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
Deployment |
getDeployment()
Returns the value of the 'Deployment' container reference. |
java.lang.String |
getDeploymentLocation()
Returns the value of the 'Deployment Location' attribute |
java.lang.String |
getExecutionLocation()
Returns the value of the 'Execution Location' attribute |
boolean |
isSetDeploymentLocation()
Returns whether the value of the ' Deployment Location ' attribute is set |
boolean |
isSetExecutionLocation()
Returns whether the value of the ' Execution Location ' attribute is set |
void |
setDeployment(Deployment value)
Sets the value of the ' Deployment ' container reference |
void |
setDeploymentLocation(java.lang.String value)
Sets the value of the ' Deployment Location ' attribute |
void |
setExecutionLocation(java.lang.String value)
Sets the value of the ' Execution Location ' attribute |
void |
unsetDeploymentLocation()
Unsets the value of the ' Deployment Location ' attribute |
void |
unsetExecutionLocation()
Unsets the value of the ' Execution Location ' attribute |
boolean |
validateDeployedElements(DiagnosticChain diagnostics,
java.util.Map context)
The deployedElements of a DeploymentTarget that are involved in a Deployment that has an associated Deployment-Specification is a kind of Component (i.e. the configured components). |
boolean |
validateDeploymentTarget(DiagnosticChain diagnostics,
java.util.Map context)
The DeploymentTarget of a DeploymentSpecification is a kind of ExecutionEnvironment. |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.uml.RedefinableElement |
---|
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.uml.Type |
---|
conformsTo, createAssociation, getAssociations, getPackage, setPackage |
Methods inherited from interface org.eclipse.uml2.uml.ParameterableElement |
---|
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
Methods inherited from interface org.eclipse.uml2.uml.TemplateableElement |
---|
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBinding, getTemplateBinding, getTemplateBindings, isTemplate, parameterableElements, setOwnedTemplateSignature |
Method Detail |
public java.lang.String getDeploymentLocation()
DeploymentSpecification.isSetDeploymentLocation()
,
DeploymentSpecification.unsetDeploymentLocation()
,
DeploymentSpecification.setDeploymentLocation(String)
,
UMLPackage.getDeploymentSpecification_DeploymentLocation()
public void setDeploymentLocation(java.lang.String value)
Deployment Location
' attribute.
value
- the new value of the 'Deployment Location' attribute.DeploymentSpecification.isSetDeploymentLocation()
,
DeploymentSpecification.unsetDeploymentLocation()
,
DeploymentSpecification.getDeploymentLocation()
public void unsetDeploymentLocation()
Deployment Location
' attribute.
DeploymentSpecification.isSetDeploymentLocation()
,
DeploymentSpecification.getDeploymentLocation()
,
DeploymentSpecification.setDeploymentLocation(String)
public boolean isSetDeploymentLocation()
Deployment Location
' attribute is set.
DeploymentSpecification.unsetDeploymentLocation()
,
DeploymentSpecification.getDeploymentLocation()
,
DeploymentSpecification.setDeploymentLocation(String)
public java.lang.String getExecutionLocation()
DeploymentSpecification.isSetExecutionLocation()
,
DeploymentSpecification.unsetExecutionLocation()
,
DeploymentSpecification.setExecutionLocation(String)
,
UMLPackage.getDeploymentSpecification_ExecutionLocation()
public void setExecutionLocation(java.lang.String value)
Execution Location
' attribute.
value
- the new value of the 'Execution Location' attribute.DeploymentSpecification.isSetExecutionLocation()
,
DeploymentSpecification.unsetExecutionLocation()
,
DeploymentSpecification.getExecutionLocation()
public void unsetExecutionLocation()
Execution Location
' attribute.
DeploymentSpecification.isSetExecutionLocation()
,
DeploymentSpecification.getExecutionLocation()
,
DeploymentSpecification.setExecutionLocation(String)
public boolean isSetExecutionLocation()
Execution Location
' attribute is set.
DeploymentSpecification.unsetExecutionLocation()
,
DeploymentSpecification.getExecutionLocation()
,
DeploymentSpecification.setExecutionLocation(String)
public Deployment getDeployment()
Configuration
'.
The deployment with which the DeploymentSpecification is associated.
DeploymentSpecification.setDeployment(Deployment)
,
UMLPackage.getDeploymentSpecification_Deployment()
,
Deployment.getConfigurations()
public void setDeployment(Deployment value)
Deployment
' container reference.
value
- the new value of the 'Deployment' container reference.DeploymentSpecification.getDeployment()
public boolean validateDeployedElements(DiagnosticChain diagnostics, java.util.Map context)
public boolean validateDeploymentTarget(DiagnosticChain diagnostics, java.util.Map context)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |