Table of Contents

Interface IDeploymentSpecification

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for DeploymentSpecification

[DefaultImplementationType(typeof(DeploymentSpecification))]
[XmlDefaultImplementationType(typeof(DeploymentSpecification))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//DeploymentSpecification")]
public interface IDeploymentSpecification : IArtifact, IDeployedArtifact, IClassifier, ITemplateableElement, IType, IPackageableElement, IParameterableElement, IRedefinableElement, INamespace, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Deployment

The deployment with which the DeploymentSpecification is associated. <p>From package UML::Deployments.</p>

[Browsable(false)]
[XmlElementName("deployment")]
[XmlAttribute(true)]
[XmlOpposite("configuration")]
IDeployment Deployment { get; set; }

Property Value

IDeployment

DeploymentLocation

The location where an Artifact is deployed onto a Node. This is typically a 'directory' or 'memory address.' <p>From package UML::Deployments.</p>

[XmlElementName("deploymentLocation")]
[XmlAttribute(true)]
string DeploymentLocation { get; set; }

Property Value

string

ExecutionLocation

The location where a component Artifact executes. This may be a local or remote location. <p>From package UML::Deployments.</p>

[XmlElementName("executionLocation")]
[XmlAttribute(true)]
string ExecutionLocation { get; set; }

Property Value

string

Methods

Deployed_elements(object, object)

The deployedElements of a DeploymentTarget that are involved in a Deployment that has an associated Deployment-Specification is a kind of Component (i.e., the configured components). deployment->forAll (location.deployedElement->forAll (oclIsKindOf(Component)))

bool Deployed_elements(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool

Deployment_target(object, object)

The DeploymentTarget of a DeploymentSpecification is a kind of ExecutionEnvironment. deployment->forAll (location.oclIsKindOf(ExecutionEnvironment))

bool Deployment_target(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool