Table of Contents

Class DeployedArtifact

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

A deployed artifact is an artifact or artifact instance that has been deployed to a deployment target. <p>From package UML::Deployments.</p>

[XmlNamespace("http://www.eclipse.org/uml2/5.0.0/UML")]
[XmlNamespacePrefix("uml")]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//DeployedArtifact")]
public abstract class DeployedArtifact : NamedElement, IDeployedArtifact, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
DeployedArtifact
Implements
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass