Class UML 2.5::Clause
Description:
A Clause is an Element that represents a single branch of a ConditionalNode,
including a test and a body section. The body section is executed only
if (but not necessarily if) the test section evaluates to true.
Direct Superclasses: ElementDirect Subclasses: Class Precedence List: Clause,
ElementProperties:

body :
ExecutableNode (0 *); -- source
Clause
bodyOutput :
OutputPin (0 *); -- source
ClauseThe OutputPins on Actions within the body section whose values are moved
to the result OutputPins of the containing ConditionalNode after execution
of the body.
{
ordered}

decider :
OutputPin (1 1); -- source
Clause
predecessorClause :
Clause (0 *); -- source
ClauseA set of Clauses whose tests must all evaluate to false before this Clause
can evaluate its test.
Opposite: Clause.successorClause

successorClause :
Clause (0 *); -- source
Clause
test :
ExecutableNode (1 *); -- source
Clause
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: ()
Opposite: Element.ownedElement
Constraints:
No additional constraints.
Operations:
No additional operations.
Send questions or comments to
[email protected].