Table of Contents

Interface IExpansionRegion

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

The public interface for ExpansionRegion

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

Properties

InputElement

The ExpansionNodes that hold the input collections for the ExpansionRegion. <p>From package UML::Actions.</p>

[LowerBound(1)]
[XmlElementName("inputElement")]
[XmlAttribute(true)]
[XmlOpposite("regionAsInput")]
ISetExpression<IExpansionNode> InputElement { get; }

Property Value

ISetExpression<IExpansionNode>

Mode

The mode in which the ExpansionRegion executes its contents. If parallel, executions are concurrent. If iterative, executions are sequential. If stream, a stream of values flows into a single execution. <p>From package UML::Actions.</p>

[XmlElementName("mode")]
[XmlAttribute(true)]
ExpansionKind Mode { get; set; }

Property Value

ExpansionKind

OutputElement

The ExpansionNodes that form the output collections of the ExpansionRegion. <p>From package UML::Actions.</p>

[XmlElementName("outputElement")]
[XmlAttribute(true)]
[XmlOpposite("regionAsOutput")]
ISetExpression<IExpansionNode> OutputElement { get; }

Property Value

ISetExpression<IExpansionNode>