<t:if>

The <t:if> element allows conditional processing of child elements, depending on the expr-attribute. Child elements are only processed if the given expression evaluates to true.

Attributes

expr
The boolean evaluation result of the contained OCL expression determines the processing of child elements.