Table of Contents

Interface IActionInputPin

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

The public interface for ActionInputPin

[DefaultImplementationType(typeof(ActionInputPin))]
[XmlDefaultImplementationType(typeof(ActionInputPin))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ActionInputPin")]
public interface IActionInputPin : IInputPin, IPin, IMultiplicityElement, IObjectNode, ITypedElement, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

FromAction

The Action used to provide the values of the ActionInputPin. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("fromAction")]
[XmlAttribute(false)]
[Containment]
IAction FromAction { get; set; }

Property Value

IAction

Methods

Input_pin(object, object)

The fromAction of an ActionInputPin must only have ActionInputPins as InputPins. fromAction.input->forAll(oclIsKindOf(ActionInputPin))

bool Input_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

No_control_or_object_flow(object, object)

The fromAction of an ActionInputPin cannot have ActivityEdges coming into or out of it or its Pins. fromAction.incoming->union(outgoing)->isEmpty() and fromAction.input.incoming->isEmpty() and fromAction.output.outgoing->isEmpty()

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

One_output_pin(object, object)

The fromAction of an ActionInputPin must have exactly one OutputPin. fromAction.output->size() = 1

bool One_output_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