Table of Contents

Interface IReadVariableAction

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

The public interface for ReadVariableAction

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

Properties

Result

The OutputPin on which the result values are placed. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("result")]
[XmlAttribute(false)]
[Containment]
IOutputPin Result { get; set; }

Property Value

IOutputPin

Methods

Compatible_multiplicity(object, object)

The multiplicity of the variable must be compatible with the multiplicity of the output pin. variable.compatibleWith(result)

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

Type_and_ordering(object, object)

The type and ordering of the result OutputPin are the same as the type and ordering of the variable. result.type =variable.type and result.isOrdered = variable.isOrdered

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