Interface ITestIdentityAction
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
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
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.