|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Deployment Target'. A deployment target is the location for a deployed artifact.
The following features are supported:
UMLPackage.getDeploymentTarget()
Field Summary |
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
SEPARATOR |
Method Summary | |
Deployment |
createDeployment(String name)
Creates a new Deployment , with the specified 'Name', and appends it to the 'Deployment' containment reference list |
PackageableElement |
getDeployedElement(String name)
Retrieves the first PackageableElement with the specified 'Name' from the 'Deployed Element' reference list |
PackageableElement |
getDeployedElement(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first PackageableElement with the specified 'Name' from the 'Deployed Element' reference list |
EList |
getDeployedElements()
Returns the value of the 'Deployed Element' reference list. |
Deployment |
getDeployment(String name)
Retrieves the first Deployment with the specified 'Name' from the 'Deployment' containment reference list |
Deployment |
getDeployment(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Deployment with the specified 'Name' from the 'Deployment' containment reference list |
EList |
getDeployments()
Returns the value of the 'Deployment' containment reference list. |
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 |
Method Detail |
public EList getDeployments()
Deployment
.
It is bidirectional and its opposite is 'Location
'.
The set of Deployments for a DeploymentTarget.
UMLPackage.getDeploymentTarget_Deployment()
,
Deployment.getLocation()
public Deployment createDeployment(String name)
Deployment
, with the specified 'Name', and appends it to the 'Deployment' containment reference list.
name
- The 'Name' for the new Deployment
, or null
.
Deployment
.DeploymentTarget.getDeployments()
public Deployment getDeployment(String name)
Deployment
with the specified 'Name' from the 'Deployment' containment reference list.
name
- The 'Name' of the Deployment
to retrieve, or null
.
Deployment
with the specified 'Name', or null
.DeploymentTarget.getDeployments()
public Deployment getDeployment(String name, boolean ignoreCase, boolean createOnDemand)
Deployment
with the specified 'Name' from the 'Deployment' containment reference list.
name
- The 'Name' of the Deployment
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a Deployment
on demand if not found.
Deployment
with the specified 'Name', or null
.DeploymentTarget.getDeployments()
public EList getDeployedElements()
PackageableElement
.
The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget.
UMLPackage.getDeploymentTarget_DeployedElement()
public PackageableElement getDeployedElement(String name)
PackageableElement
with the specified 'Name' from the 'Deployed Element' reference list.
name
- The 'Name' of the PackageableElement
to retrieve, or null
.
PackageableElement
with the specified 'Name', or null
.DeploymentTarget.getDeployedElements()
public PackageableElement getDeployedElement(String name, boolean ignoreCase, EClass eClass)
PackageableElement
with the specified 'Name' from the 'Deployed Element' reference list.
name
- The 'Name' of the PackageableElement
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the PackageableElement
to retrieve, or null
.
PackageableElement
with the specified 'Name', or null
.DeploymentTarget.getDeployedElements()
|
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 |