Table of Contents

Interface IControlFlow

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

The public interface for ControlFlow

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

Methods

Object_nodes(object, object)

ControlFlows may not have ObjectNodes at either end, except for ObjectNodes with control type. (source.oclIsKindOf(ObjectNode) implies source.oclAsType(ObjectNode).isControlType) and (target.oclIsKindOf(ObjectNode) implies target.oclAsType(ObjectNode).isControlType)

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