Table of Contents

Class DirectedRelationship

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

A DirectedRelationship represents a relationship between a collection of source model Elements and a collection of target model Elements. <p>From package UML::CommonStructure.</p>

[XmlNamespace("http://www.eclipse.org/uml2/5.0.0/UML")]
[XmlNamespacePrefix("uml")]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//DirectedRelationship")]
public abstract class DirectedRelationship : Relationship, IDirectedRelationship, IRelationship, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
DirectedRelationship
Implements
Derived
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