Previous UML Classes Table of Contents UML Packages Next


10.3.6 DeploymentTarget

Nodes


   A deployment target is the location for a deployed artifact.

*Generalizations

   NamedElement (from Kernel , Dependencies ) on page 99

*Description

   In the metamodel, DeploymentTarget is an abstract metaclass that is a specialization of NamedElement . A DeploymentTarget owns a set of Deployments.

*Attributes

   No additional attributes

*Associations

   Nodes Package

Issue 8137 - reformulate the subsets constraint to document convention and some editorial reformating

   context DeploymentTarget ::deployedElement derive:

   ((self.deployment->collect(deployedArtifact))->collect(manifestation))->collect(utilizedElement)

*Constraints

   No additional constraints

*Semantics

   Artifacts are deployed to a deployment target. The deployment target owns the set of deployments that target it.

*Notation

   No additional notation

*Changes from previous UML

   The following changes from UML 1.x have been made: The capability to deploy artifacts and artifact instances to nodes has been made explicit based on UML 2.0 instance modeling.