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 String copyright
           
 
Fields inherited from interface org.eclipse.uml2.NamedElement
SEPARATOR
 
Method Summary
 DeploymentSpecification createConfiguration(EClass eClass)
          Creates a DeploymentSpecification and appends it to the 'Configuration' containment reference list
 EList getClients()
           
 DeploymentSpecification getConfiguration(String unqualifiedName)
          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(String unqualifiedName)
          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.
 EList getOwnedElements()
           
 EList getSources()
           
 EList getSuppliers()
           
 EList getTargets()
           
 void setLocation(DeploymentTarget value)
          Sets the value of the 'Location' container reference
 
Methods inherited from interface org.eclipse.uml2.Dependency
getClient, getSupplier
 
Methods inherited from interface org.eclipse.uml2.PackageableElement
getPackageableElement_visibility, getVisibility, setPackageableElement_visibility, setVisibility
 
Methods inherited from interface org.eclipse.uml2.NamedElement
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, isDistinguishableFrom, qualifiedName, separator, setName, setNameExpression, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership
 
Methods inherited from interface org.eclipse.uml2.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, parameterableElements, setOwnedTemplateSignature
 
Methods inherited from interface org.eclipse.uml2.Element
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, 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
getOwner, getOwningParameter, getTemplateParameter, setOwningParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.uml2.DirectedRelationship
getRelatedElements
 

Field Detail

copyright

public static final 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(String unqualifiedName)
Retrieves the DeployedArtifact with the specified name from the 'Deployed Artifact' reference list.

Parameters:
unqualifiedName - The unqualified 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(String unqualifiedName)
Retrieves the DeploymentSpecification with the specified name from the 'Configuration' containment reference list.

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

createConfiguration

public DeploymentSpecification createConfiguration(EClass eClass)
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()

getSuppliers

public EList getSuppliers()

Specified by:
getSuppliers in interface Dependency
Returns:
the value of the 'Supplier' reference list.
See Also:
UML2Package.getDependency_Supplier()

getTargets

public EList getTargets()

Specified by:
getTargets in interface DirectedRelationship
Returns:
the value of the 'Target' reference list.
See Also:
UML2Package.getDirectedRelationship_Target()

getSources

public EList getSources()

Specified by:
getSources in interface DirectedRelationship
Returns:
the value of the 'Source' reference list.
See Also:
UML2Package.getDirectedRelationship_Source()

getClients

public EList getClients()

Specified by:
getClients in interface Dependency
Returns:
the value of the 'Client' reference list.
See Also:
UML2Package.getDependency_Client(), NamedElement.getClientDependencies()

getOwnedElements

public EList getOwnedElements()

Specified by:
getOwnedElements in interface NamedElement

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