Table of Contents

Class FinalNode

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

A FinalNode is an abstract ControlNode at which a flow in an Activity stops. <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#//FinalNode")]
public abstract class FinalNode : ControlNode, IFinalNode, IControlNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
FinalNode
Implements
Derived
Inherited Members

Properties

ClassInstance

Gets the Class model for this type

public static IClass ClassInstance { get; }

Property Value

IClass

Methods

GetClass()

Gets the Class for this model element

public override IClass GetClass()

Returns

IClass

No_outgoing_edges(object, object)

A FinalNode has no outgoing ActivityEdges. outgoing->isEmpty()

public bool No_outgoing_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