Table of Contents

Interface ILinkAction

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

The public interface for LinkAction

[DefaultImplementationType(typeof(LinkAction))]
[XmlDefaultImplementationType(typeof(LinkAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//LinkAction")]
public interface ILinkAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

EndData

The LinkEndData identifying the values on the ends of the links acting on by this LinkAction. <p>From package UML::Actions.</p>

[LowerBound(2)]
[Browsable(false)]
[XmlElementName("endData")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<ILinkEndData> EndData { get; }

Property Value

IOrderedSetExpression<ILinkEndData>

InputValue

InputPins used by the LinkEndData of the LinkAction. <p>From package UML::Actions.</p>

[LowerBound(1)]
[Browsable(false)]
[XmlElementName("inputValue")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IInputPin> InputValue { get; }

Property Value

IOrderedSetExpression<IInputPin>

Methods

Association()

Returns the Association acted on by this LinkAction. result = (endData->asSequence()->first().end.association) <p>From package UML::Actions.</p>

IAssociation Association()

Returns

IAssociation

Not_static(object, object)

The ends of the endData must not be static. endData->forAll(not end.isStatic)

bool Not_static(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

Same_association(object, object)

The ends of the endData must all be from the same Association and include all and only the memberEnds of that association. endData.end = self.association().memberEnd->asBag()

bool Same_association(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

Same_pins(object, object)

The inputValue InputPins is the same as the union of all the InputPins referenced by the endData. inputValue->asBag()=endData.allPins()

bool Same_pins(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