Table of Contents

Interface IWriteStructuralFeatureAction

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

The public interface for WriteStructuralFeatureAction

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

Properties

Result

The OutputPin on which is put the input object as modified by the WriteStructuralFeatureAction. <p>From package UML::Actions.</p>

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

Property Value

IOutputPin

Value

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

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

Property Value

IInputPin

Methods

Multiplicity_of_result(object, object)

The multiplicity of the result OutputPin must be 1..1. result <> null implies result.is(1,1)

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

Multiplicity_of_value(object, object)

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

bool Multiplicity_of_value(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_of_result(object, object)

The type of the result OutputPin is the same as the type of the inherited object InputPin. result <> null implies result.type = object.type

bool Type_of_result(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_of_value(object, object)

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

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