
UML/BPMN Metamodel
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.


Figure 107 : Clause (architecture_autodiagram)
Attribute | Description |
---|---|
string Test [1..1] | Specifies the result of the test. |
Association | Description |
---|---|
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. | |