Interface IReadIsClassifiedObjectAction
The public interface for ReadIsClassifiedObjectAction
[DefaultImplementationType(typeof(ReadIsClassifiedObjectAction))]
[XmlDefaultImplementationType(typeof(ReadIsClassifiedObjectAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ReadIsClassifiedObjectAction")]
public interface IReadIsClassifiedObjectAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Classifier
The Classifier against which the classification of the input object is tested. <p>From package UML::Actions.</p>
[XmlElementName("classifier")]
[XmlAttribute(true)]
IClassifier Classifier { get; set; }
Property Value
IsDirect
Indicates whether the input object must be directly classified by the given Classifier or whether it may also be an instance of a specialization of the given Classifier. <p>From package UML::Actions.</p>
[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("isDirect")]
[XmlAttribute(true)]
bool IsDirect { get; set; }
Property Value
Object
The InputPin that holds the object whose classification is to be tested. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("object")]
[XmlAttribute(false)]
[Containment]
IInputPin Object { get; set; }
Property Value
Result
The OutputPin that holds the Boolean result of the test. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("result")]
[XmlAttribute(false)]
[Containment]
IOutputPin Result { get; set; }
Property Value
Methods
Boolean_result(object, object)
The type of the result OutputPin is Boolean. result.type = Boolean
bool Boolean_result(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
Multiplicity_of_input(object, object)
The multiplicity of the object InputPin is 1..1. object.is(1,1)
bool Multiplicity_of_input(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
Multiplicity_of_output(object, object)
The multiplicity of the result OutputPin is 1..1. result.is(1,1)
bool Multiplicity_of_output(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 object InputPin has no type. object.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.