Table of Contents

Interface IInitialNode

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

The public interface for InitialNode

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

Methods

Control_edges(object, object)

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

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

No_incoming_edges(object, object)

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

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