Interface IValuePin
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
No_incoming_edges(object, object)
A ValuePin may have no incoming ActivityEdges. incoming->isEmpty()
bool No_incoming_edges(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.