Abstract Class UML 2.5::ActivityNode
Description:
ActivityNode is an abstract class for points in the flow of an Activity
connected by ActivityEdges.
Direct Superclasses: RedefinableElementDirect Subclasses: ObjectNode,
ExecutableNode,
ControlNodeClass Precedence List: ActivityNode,
RedefinableElement,
NamedElement,
ElementProperties:

activity :
Activity (0 1); -- source
ActivityNode
inGroup :
ActivityGroup (0 *); -- source
ActivityNode
inInterruptibleRegion :
InterruptibleActivityRegion (0 *); -- source
ActivityNode
inPartition :
ActivityPartition (0 *); -- source
ActivityNode
inStructuredNode :
StructuredActivityNode (0 1); -- source
ActivityNode
incoming :
ActivityEdge (0 *); -- source
ActivityNode
outgoing :
ActivityEdge (0 *); -- source
ActivityNode
redefinedNode :
ActivityNode (0 *); -- source
ActivityNode
isLeaf : Boolean (1 1); -- source
RedefinableElementIndicates whether it is possible to further redefine a RedefinableElement.
If the value is true, then it is not possible to further redefine the RedefinableElement.
Default value: FALSE

redefinedElement :
RedefinableElement (0 *); -- source
RedefinableElement
redefinitionContext :
Classifier (0 *); -- source
RedefinableElement
clientDependency :
Dependency (0 *); -- source
NamedElement
name : String (0 1); -- source
NamedElement
nameExpression :
StringExpression (0 1); -- source
NamedElement
namespace :
Namespace (0 1); -- source
NamedElement
qualifiedName : String (0 1); -- source
NamedElement
visibility :
VisibilityKind (0 1); -- source
NamedElement
ownedComment :
Comment (0 *); -- source
Element
ownedElement :
Element (0 *); -- source
Element
owner :
Element (0 1); -- source
ElementThe Element that owns this Element.
{
readonly}
Derived union with sources: (namespace, inStructuredNode, activity)
Opposite: Element.ownedElement
Constraints:
No additional constraints.
Operations:
Signature: isConsistentWith(redefiningElement : RedefinableElement; ) : Boolean;
Description: Expression: result = (redefiningElement.oclIsKindOf(ActivityNode))
Signature: containingActivity() : Activity;
Description: The Activity that directly or indirectly contains this ActivityNode.
Expression: result = (if inStructuredNode<>null then inStructuredNode.containingActivity() else activity endif)
Send questions or comments to
[email protected].