Table of Contents

Interface ISequenceNode

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

The public interface for SequenceNode

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

Properties

ExecutableNode

The ordered set of ExecutableNodes to be sequenced. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("executableNode")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IExecutableNode> ExecutableNode { get; }

Property Value

IOrderedSetExpression<IExecutableNode>