Interface IInitialNode
The public interface for InitialNode
[DefaultImplementationType(typeof(InitialNode))]
[XmlDefaultImplementationType(typeof(InitialNode))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//InitialNode")]
public interface IInitialNode : IControlNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
Control_edges(object, object)
All the outgoing ActivityEdges from an InitialNode must be ControlFlows. outgoing->forAll(oclIsKindOf(ControlFlow))
bool Control_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
No_incoming_edges(object, object)
An InitialNode has 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.