Table of Contents

Interface IVariableAction

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

The public interface for VariableAction

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

Properties

Variable

The Variable to be read or written. <p>From package UML::Actions.</p>

[XmlElementName("variable")]
[XmlAttribute(true)]
IVariable Variable { get; set; }

Property Value

IVariable

Methods

Scope_of_variable(object, object)

The VariableAction must be in the scope of the variable. variable.isAccessibleBy(self)

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