Abstract Class UML 2.3::ActivityEdge
Description:
Activity edges can be contained in interruptible regions.
Direct Superclasses: RedefinableElementDirect Subclasses: ObjectFlow,
ControlFlowClass Precedence List: ActivityEdge,
RedefinableElement,
NamedElement,
ElementProperties:
![](/se-interop/image/right-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
activity :
Activity (0 1); -- source
ActivityEdge Activity containing the edge.
Subsets: Element.owner
Opposite: Activity.edge
![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
guard :
ValueSpecification (1 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
inGroup :
ActivityGroup (0 *); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
inPartition :
ActivityPartition (0 *); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
inStructuredNode :
StructuredActivityNode (0 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
interrupts :
InterruptibleActivityRegion (0 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
redefinedEdge :
ActivityEdge (0 *); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
source :
ActivityNode (1 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
target :
ActivityNode (1 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
weight :
ValueSpecification (1 1); -- source
ActivityEdge![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
isLeaf : Boolean (1 1); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
redefinedElement :
RedefinableElement (0 *); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
redefinitionContext :
Classifier (0 *); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
qualifiedName : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=16636%3A526236A09C22DBD81DE8E0CEACFEF2BF)
owner :
Element (0 1); -- source
ElementConstraints:
Signature: structured_node() : Boolean;
Description: Activity edges may be owned by at most one structured node.
Expression: true
Signature: source_and_target() : Boolean;
Description: The source and target of an edge must be in the same activity as the edge.
Expression: true
Signature: owned() : Boolean;
Description: Activity edges may be owned only by activities or groups.
Expression: true
Operations:
No additional operations.
Send questions or comments to
[email protected].