Table of Contents

Interface IInputPin

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

The public interface for InputPin

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

Methods

Outgoing_edges_structured_only(object, object)

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

bool Outgoing_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