Interface IMergeNode
The public interface for MergeNode
[DefaultImplementationType(typeof(MergeNode))]
[XmlDefaultImplementationType(typeof(MergeNode))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//MergeNode")]
public interface IMergeNode : IControlNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Edges(object, object)
The ActivityEdges incoming to and outgoing from a MergeNode must be either all ObjectFlows or all ControlFlows. let allEdges : Set(ActivityEdge) = incoming->union(outgoing) in allEdges->forAll(oclIsKindOf(ControlFlow)) or allEdges->forAll(oclIsKindOf(ObjectFlow))
bool 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.
Returns
One_outgoing_edge(object, object)
A MergeNode has one outgoing ActivityEdge. outgoing->size()=1
bool One_outgoing_edge(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.