
Metamodel user guide
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.


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. |