Table of Contents

Interface IInterfaceRealization

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

The public interface for InterfaceRealization

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

Properties

Contract

References the Interface specifying the conformance contract. <p>From package UML::SimpleClassifiers.</p>

[XmlElementName("contract")]
[XmlAttribute(true)]
IInterface Contract { get; set; }

Property Value

IInterface

ImplementingClassifier

References the BehavioredClassifier that owns this InterfaceRealization, i.e., the BehavioredClassifier that realizes the Interface to which it refers. <p>From package UML::SimpleClassifiers.</p>

[Browsable(false)]
[XmlElementName("implementingClassifier")]
[XmlAttribute(true)]
[XmlOpposite("interfaceRealization")]
IBehavioredClassifier ImplementingClassifier { get; set; }

Property Value

IBehavioredClassifier