Table of Contents

Class InitialNode

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

An InitialNode is a ControlNode that offers a single control token when initially enabled. <p>From package UML::Activities.</p>

[XmlNamespace("http://www.eclipse.org/uml2/5.0.0/UML")]
[XmlNamespacePrefix("uml")]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//InitialNode")]
public class InitialNode : ControlNode, IInitialNode, IControlNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
InitialNode
Implements
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

Control_edges(object, object)

All the outgoing ActivityEdges from an InitialNode must be ControlFlows. outgoing->forAll(oclIsKindOf(ControlFlow))

public bool Control_edges(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

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass

No_incoming_edges(object, object)

An InitialNode has no incoming ActivityEdges. incoming->isEmpty()

public bool No_incoming_edges(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