Interface IControlFlow
The public interface for ControlFlow
[DefaultImplementationType(typeof(ControlFlow))]
[XmlDefaultImplementationType(typeof(ControlFlow))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ControlFlow")]
public interface IControlFlow : IActivityEdge, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Object_nodes(object, object)
ControlFlows may not have ObjectNodes at either end, except for ObjectNodes with control type. (source.oclIsKindOf(ObjectNode) implies source.oclAsType(ObjectNode).isControlType) and (target.oclIsKindOf(ObjectNode) implies target.oclAsType(ObjectNode).isControlType)
bool Object_nodes(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.