Table of Contents

Interface IValuePin

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

The public interface for ValuePin

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

Properties

Value

The ValueSpecification that is evaluated to obtain the value that the ValuePin will provide. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("value")]
[XmlAttribute(false)]
[Containment]
IValueSpecification Value { get; set; }

Property Value

IValueSpecification

Methods

Compatible_type(object, object)

The type of the value ValueSpecification must conform to the type of the ValuePin. value.type.conformsTo(type)

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

No_incoming_edges(object, object)

A ValuePin may have no incoming ActivityEdges. incoming->isEmpty()

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