Class DirectedRelationship
A directed relationship references one or more source elements and one or more target elements. DirectedRelationship is an abstract metaclass.
[AlternativeNamespace("http://schema.omg.org/spec/mof/2.0/emof.xmi")]
[XmlNamespace("http://schema.omg.org/spec/MOF/2.0/cmof.xml")]
[XmlNamespacePrefix("cmof")]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//DirectedRelationship")]
public abstract class DirectedRelationship : Relationship, IDirectedRelationship, IRelationship, IElement, 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
Methods
GetClass()
Gets the Class for this model element
public override IClass GetClass()