Interface IOpaqueAction
The public interface for OpaqueAction
[DefaultImplementationType(typeof(OpaqueAction))]
[XmlDefaultImplementationType(typeof(OpaqueAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//OpaqueAction")]
public interface IOpaqueAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Body
Provides a textual specification of the functionality of the Action, in one or more languages other than UML. <p>From package UML::Actions.</p>
[XmlElementName("body")]
[XmlAttribute(true)]
IListExpression<string> Body { get; }
Property Value
InputValue
The InputPins providing inputs to the OpaqueAction. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("inputValue")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IInputPin> InputValue { get; }
Property Value
Language
If provided, a specification of the language used for each of the body Strings. <p>From package UML::Actions.</p>
[XmlElementName("language")]
[XmlAttribute(true)]
IOrderedSetExpression<string> Language { get; }
Property Value
OutputValue
The OutputPins on which the OpaqueAction provides outputs. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("outputValue")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IOutputPin> OutputValue { get; }
Property Value
Methods
Language_body_size(object, object)
If the language attribute is not empty, then the size of the body and language lists must be the same. language->notEmpty() implies (_'body'->size() = language->size())
bool Language_body_size(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.