Table of Contents

Interface IForkNode

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

The public interface for ForkNode

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

Methods

Edges(object, object)

The ActivityEdges incoming to and outgoing from a ForkNode must be either all ObjectFlows or all ControlFlows. let allEdges : Set(ActivityEdge) = incoming->union(outgoing) in allEdges->forAll(oclIsKindOf(ControlFlow)) or allEdges->forAll(oclIsKindOf(ObjectFlow))

bool 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

One_incoming_edge(object, object)

A ForkNode has one incoming ActivityEdge. incoming->size()=1

bool One_incoming_edge(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