Table of Contents

Interface IExpansionNode

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

The public interface for ExpansionNode

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

Properties

RegionAsInput

The ExpansionRegion for which the ExpansionNode is an input. <p>From package UML::Actions.</p>

[XmlElementName("regionAsInput")]
[XmlAttribute(true)]
[XmlOpposite("inputElement")]
IExpansionRegion RegionAsInput { get; set; }

Property Value

IExpansionRegion

RegionAsOutput

The ExpansionRegion for which the ExpansionNode is an output. <p>From package UML::Actions.</p>

[XmlElementName("regionAsOutput")]
[XmlAttribute(true)]
[XmlOpposite("outputElement")]
IExpansionRegion RegionAsOutput { get; set; }

Property Value

IExpansionRegion

Methods

Region_as_input_or_output(object, object)

One of regionAsInput or regionAsOutput must be non-empty, but not both. regionAsInput->notEmpty() xor regionAsOutput->notEmpty()

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