Table of Contents

Interface IWriteVariableAction

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

The public interface for WriteVariableAction

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

Properties

Value

The InputPin that gives the value to be added or removed from the Variable. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("value")]
[XmlAttribute(false)]
[Containment]
IInputPin Value { get; set; }

Property Value

IInputPin

Methods

Multiplicity(object, object)

The multiplicity of the value InputPin is 1..1. value<>null implies value.is(1,1)

bool 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

Value_type(object, object)

The type of the value InputPin must conform to the type of the variable. value <> null implies value.type.conformsTo(variable.type)

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