Table of Contents

Interface ISubstitution

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

The public interface for Substitution

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

Properties

Contract

The contract with which the substituting classifier complies. <p>From package UML::Classification.</p>

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

Property Value

IClassifier

SubstitutingClassifier

Instances of the substituting classifier are runtime substitutable where instances of the contract classifier are expected. <p>From package UML::Classification.</p>

[Browsable(false)]
[XmlElementName("substitutingClassifier")]
[XmlAttribute(true)]
[XmlOpposite("substitution")]
IClassifier SubstitutingClassifier { get; set; }

Property Value

IClassifier