Table of Contents

Interface IOutputPin

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

The public interface for OutputPin

[DefaultImplementationType(typeof(OutputPin))]
[XmlDefaultImplementationType(typeof(OutputPin))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//OutputPin")]
public interface IOutputPin : IPin, IMultiplicityElement, IObjectNode, ITypedElement, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Methods

Incoming_edges_structured_only(object, object)

An OutputPin may have incoming ActivityEdges only when it is owned by a StructuredActivityNode, and these edges must have sources contained (directly or indirectly) in the owning StructuredActivityNode. incoming->notEmpty() implies action<>null and action.oclIsKindOf(StructuredActivityNode) and action.oclAsType(StructuredActivityNode).allOwnedNodes()->includesAll(incoming.source)

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