Interface IInputPin
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.