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:
![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
body :
ExecutableNode (0 *); -- source
Clause![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
bodyOutput :
OutputPin (0 *); -- source
Clause![](/se-interop/image/right-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
decider :
OutputPin (1 1); -- source
ClauseAn OutputPin on an Action in the test section whose Boolean value determines
the result of the test.
![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
predecessorClause :
Clause (0 *); -- source
Clause![](/se-interop/image/right-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
successorClause :
Clause (0 *); -- source
ClauseA set of Clauses that may not evaluate their tests unless the test for
this Clause evaluates to false.
Opposite: Clause.predecessorClause
![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
test :
ExecutableNode (1 *); -- source
Clause![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=25391%3AB6E3B413267AA19D68824EA583A592B7)
owner :
Element (0 1); -- source
ElementConstraints:
No additional constraints.
Operations:
No additional operations.
Send questions or comments to
[email protected].