Table of Contents

Interface ILinkEndCreationData

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

The public interface for LinkEndCreationData

[DefaultImplementationType(typeof(LinkEndCreationData))]
[XmlDefaultImplementationType(typeof(LinkEndCreationData))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//LinkEndCreationData")]
public interface ILinkEndCreationData : ILinkEndData, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

InsertAt

For ordered Association ends, the InputPin that provides the position where the new link should be inserted or where an existing link should be moved to. The type of the insertAt InputPin is UnlimitedNatural, but the input cannot be zero. It is omitted for Association ends that are not ordered. <p>From package UML::Actions.</p>

[XmlElementName("insertAt")]
[XmlAttribute(true)]
IInputPin InsertAt { get; set; }

Property Value

IInputPin

IsReplaceAll

Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link. <p>From package UML::Actions.</p>

[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("isReplaceAll")]
[XmlAttribute(true)]
bool IsReplaceAll { get; set; }

Property Value

bool

Methods

InsertAt_pin(object, object)

LinkEndCreationData for ordered Association ends must have a single insertAt InputPin for the insertion point with type UnlimitedNatural and multiplicity of 1..1, if isReplaceAll=false, and must have no InputPin for the insertion point when the association ends are unordered. if not end.isOrdered then insertAt = null else not isReplaceAll=false implies insertAt <> null and insertAt->forAll(type=UnlimitedNatural and is(1,1)) endif

bool InsertAt_pin(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool