Clause
Represents a single branch of a conditional construct.
A clause is an element that represents a single branch of a conditional construct, including a test and a body section. The body section is executed only (but not necessarily) if the test section is true.
: Clause (architecture_autodiagram)
Figure 107 : Clause (architecture_autodiagram)
ClauseUmlModelElementConditionalNodeActivityNode
Attribute
Description
string Test [1..1]
Specifies the result of the test.
Association
Description
Body : ActivityNode [0..*]
A nested activity fragment that is executed if the test is true and the clause is chosen over any concurrent clauses that are also true.
Owner : ConditionalNode [0..1]