Table of Contents

Interface ITestIdentityAction

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

The public interface for TestIdentityAction

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

Properties

First

The InputPin on which the first input object is placed. <p>From package UML::Actions.</p>

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

Property Value

IInputPin

Result

The OutputPin whose Boolean value indicates whether the two input objects are identical. <p>From package UML::Actions.</p>

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

Property Value

IOutputPin

Second

The OutputPin on which the second input object is placed. <p>From package UML::Actions.</p>

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

Property Value

IInputPin

Methods

Multiplicity(object, object)

The multiplicity of the InputPins is 1..1. first.is(1,1) and second.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

No_type(object, object)

The InputPins have no type. first.type= null and second.type = null

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

Result_is_boolean(object, object)

The type of the result OutputPin is Boolean. result.type=Boolean

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