Table of Contents

Interface IFinalNode

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

The public interface for FinalNode

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

Methods

No_outgoing_edges(object, object)

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

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