1.3.1.1.17 Clause
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.
ModelElementConditionalNodeTestClauseActivityNode
Attribute
Description
string Test [1..1]
Specifies the result of the test.
Association
Description
Body : ActivityNode [0..*]
The Clause owning the activity node.
Owner : ConditionalNode [0..1]
Set of clauses composing the conditional.