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