Table of Contents

Interface IComponentRealization

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

The public interface for ComponentRealization

[DefaultImplementationType(typeof(ComponentRealization))]
[XmlDefaultImplementationType(typeof(ComponentRealization))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ComponentRealization")]
public interface IComponentRealization : IRealization, IAbstraction, IDependency, IDirectedRelationship, IRelationship, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Abstraction

The Component that owns this ComponentRealization and which is implemented by its realizing Classifiers. <p>From package UML::StructuredClassifiers.</p>

[Browsable(false)]
[XmlElementName("abstraction")]
[XmlAttribute(true)]
[XmlOpposite("realization")]
IComponent Abstraction { get; set; }

Property Value

IComponent

RealizingClassifier

The Classifiers that are involved in the implementation of the Component that owns this Realization. <p>From package UML::StructuredClassifiers.</p>

[LowerBound(1)]
[XmlElementName("realizingClassifier")]
[XmlAttribute(true)]
ISetExpression<IClassifier> RealizingClassifier { get; }

Property Value

ISetExpression<IClassifier>