org.eclipse.uml2
Interface Deployment

All Superinterfaces:
Dependency, DirectedRelationship, Element, EModelElement, EObject, NamedElement, Notifier, PackageableElement, ParameterableElement, Relationship, TemplateableElement

public interface Deployment
extends Dependency

A representation of the model object 'Deployment'.

The following features are supported:

See Also:
UML2Package.getDeployment()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 DeploymentSpecification createConfiguration()
          Creates a DeploymentSpecification and appends it to the 'Configuration' containment reference list
 DeploymentSpecification createConfiguration(EClass eClass)
          Deprecated. Use #createConfiguration() instead.
 DeploymentSpecification getConfiguration(java.lang.String name)
          Retrieves the DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list
 EList getConfigurations()
          Returns the value of the 'Configuration' containment reference list.
 DeployedArtifact getDeployedArtifact(java.lang.String name)
          Retrieves the DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list
 EList 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.Dependency
getClient, getClients, getSupplier, getSuppliers
 
Methods inherited from interface org.eclipse.uml2.PackageableElement
getPackageableElement_visibility, setPackageableElement_visibility
 
Methods inherited from interface org.eclipse.uml2.NamedElement
allNamespaces, createDependency, createNameExpression, createNameExpression, getClientDependencies, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.TemplateableElement
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, hasValue, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf
 
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.ParameterableElement
getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.uml2.DirectedRelationship
getSources, getTargets
 
Methods inherited from interface org.eclipse.uml2.Relationship
getRelatedElements
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getDeployedArtifacts

public EList getDeployedArtifacts()
Returns the value of the 'Deployed Artifact' reference list. The list contents are of type DeployedArtifact.

If the meaning of the 'Deployed Artifact' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Deployed Artifact' reference list.
See Also:
UML2Package.getDeployment_DeployedArtifact()

getDeployedArtifact

public DeployedArtifact getDeployedArtifact(java.lang.String name)
Retrieves the DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list.

Parameters:
name - The 'Name' of the DeployedArtifact to retrieve.
Returns:
The DeployedArtifact with the specified 'Name', or null.
See Also:
getDeployedArtifacts()

getLocation

public DeploymentTarget getLocation()
Returns the value of the 'Location' container reference. It is bidirectional and its opposite is 'Deployment'.

If the meaning of the 'Location' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location' container reference.
See Also:
setLocation(DeploymentTarget), UML2Package.getDeployment_Location(), DeploymentTarget.getDeployments()

setLocation

public void setLocation(DeploymentTarget value)
Sets the value of the 'Location' container reference.

Parameters:
value - the new value of the 'Location' container reference.
See Also:
getLocation()

getConfigurations

public EList getConfigurations()
Returns the value of the 'Configuration' containment reference list. The list contents are of type DeploymentSpecification.

If the meaning of the 'Configuration' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Configuration' containment reference list.
See Also:
UML2Package.getDeployment_Configuration()

getConfiguration

public DeploymentSpecification getConfiguration(java.lang.String name)
Retrieves the DeploymentSpecification with the specified 'Name' from the 'Configuration' containment reference list.

Parameters:
name - The 'Name' of the DeploymentSpecification to retrieve.
Returns:
The DeploymentSpecification with the specified 'Name', or null.
See Also:
getConfigurations()

createConfiguration

public DeploymentSpecification createConfiguration(EClass eClass)
Deprecated. Use #createConfiguration() instead.

Creates a DeploymentSpecification and appends it to the 'Configuration' containment reference list.

Parameters:
eClass - The Ecore class of the DeploymentSpecification to create.
Returns:
The new DeploymentSpecification.
See Also:
getConfigurations()

createConfiguration

public DeploymentSpecification createConfiguration()
Creates a DeploymentSpecification and appends it to the 'Configuration' containment reference list.

Returns:
The new DeploymentSpecification.
See Also:
getConfigurations()

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