|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Deployment
A representation of the model object 'Deployment'. A deployment is the allocation of an artifact or artifact instance to a deployment target. A component deployment is the deployment of one or more artifacts or artifact instances to a deployment target, optionally parameterized by a deployment specification. Examples are executables and configuration files.
The following features are supported:
UMLPackage.getDeployment()
Field Summary |
---|
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
DeploymentSpecification |
createConfiguration(java.lang.String name)
Creates a new DeploymentSpecification , with the specified 'Name', and appends it to the 'Configuration' containment reference list |
DeploymentSpecification |
getConfiguration(java.lang.String name)
Retrieves the first DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list |
DeploymentSpecification |
getConfiguration(java.lang.String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list |
org.eclipse.emf.common.util.EList<DeploymentSpecification> |
getConfigurations()
Returns the value of the 'Configuration' containment reference list. |
DeployedArtifact |
getDeployedArtifact(java.lang.String name)
Retrieves the first DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list |
DeployedArtifact |
getDeployedArtifact(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list |
org.eclipse.emf.common.util.EList<DeployedArtifact> |
getDeployedArtifacts()
Returns the value of the 'Deployed Artifact' reference list. |
DeploymentTarget |
getLocation()
Returns the value of the 'Location' container reference. |
void |
setLocation(DeploymentTarget value)
Sets the value of the ' Location ' container reference |
Methods inherited from interface org.eclipse.uml2.uml.Dependency |
---|
getClient, getClient, getClients, getSupplier, getSupplier, getSuppliers |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
allNamespaces, allOwningPackages, createDependency, createNameExpression, createUsage, 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, eInvoke, 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.ParameterableElement |
---|
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
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, eInvoke, 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.DirectedRelationship |
---|
getSources, getTargets |
Methods inherited from interface org.eclipse.uml2.uml.Relationship |
---|
getRelatedElements |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<DeployedArtifact> getDeployedArtifacts()
DeployedArtifact
.
This feature subsets the following features:
Supplier
'
UMLPackage.getDeployment_DeployedArtifact()
DeployedArtifact getDeployedArtifact(java.lang.String name)
DeployedArtifact
with the specified 'Name' from the 'Deployed Artifact' reference list.
name
- The 'Name' of the DeployedArtifact
to retrieve, or null
.
DeployedArtifact
with the specified 'Name', or null
.getDeployedArtifacts()
DeployedArtifact getDeployedArtifact(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
DeployedArtifact
with the specified 'Name' from the 'Deployed Artifact' reference list.
name
- The 'Name' of the DeployedArtifact
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the DeployedArtifact
to retrieve, or null
.
DeployedArtifact
with the specified 'Name', or null
.getDeployedArtifacts()
org.eclipse.emf.common.util.EList<DeploymentSpecification> getConfigurations()
DeploymentSpecification
.
It is bidirectional and its opposite is 'Deployment
'.
This feature subsets the following features:
The specification of properties that parameterize the deployment and execution of one or more Artifacts.
UMLPackage.getDeployment_Configuration()
,
DeploymentSpecification.getDeployment()
DeploymentSpecification createConfiguration(java.lang.String name)
DeploymentSpecification
, with the specified 'Name', and appends it to the 'Configuration' containment reference list.
name
- The 'Name' for the new DeploymentSpecification
, or null
.
DeploymentSpecification
.getConfigurations()
DeploymentSpecification getConfiguration(java.lang.String name)
DeploymentSpecification
with the specified 'Name' from the 'Configuration' containment reference list.
name
- The 'Name' of the DeploymentSpecification
to retrieve, or null
.
DeploymentSpecification
with the specified 'Name', or null
.getConfigurations()
DeploymentSpecification getConfiguration(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
DeploymentSpecification
with the specified 'Name' from the 'Configuration' containment reference list.
name
- The 'Name' of the DeploymentSpecification
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a DeploymentSpecification
on demand if not found.
DeploymentSpecification
with the specified 'Name', or null
.getConfigurations()
DeploymentTarget getLocation()
Deployment
'.
This feature subsets the following features:
Client
'
setLocation(DeploymentTarget)
,
UMLPackage.getDeployment_Location()
,
DeploymentTarget.getDeployments()
void setLocation(DeploymentTarget value)
Location
' container reference.
value
- the new value of the 'Location' container reference.getLocation()
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |