Table of Contents

Interface IConnectableElement

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

The public interface for ConnectableElement

[DefaultImplementationType(typeof(ConnectableElement))]
[XmlDefaultImplementationType(typeof(ConnectableElement))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ConnectableElement")]
public interface IConnectableElement : IParameterableElement, ITypedElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Methods

GetEnds()

Derivation for ConnectableElement::/end : ConnectorEnd result = (ConnectorEnd.allInstances()->select(role = self)) <p>From package UML::StructuredClassifiers.</p>

ISetExpression<IConnectorEnd> GetEnds()

Returns

ISetExpression<IConnectorEnd>