ADC Advanced Policy Expressions

BOOL_AT


Boolean Operations

This topic lists the expressions that are provided by this class.

AND (bool_at b)

Logical AND the boolean argument with the current boolean result.

Parameters``:

            b- Boolean

Returns: bool_at

APPEND (text_t str)

Appends the given string to the string representation of the current boolean.

Parameters``:

            str- the string to append.

Returns: text_t

  • NOT

    Logical NOT the current boolean result.

Returns: bool_at

OR (bool_at b)

Logical OR the boolean argument with the current boolean result.

Parameters``:

            b- Boolean

Returns: bool_at

  • TYPECAST_TEXT_T

    Typecast the Boolean Value to its string representation.

Returns: text_t

BOOL_AT

In this article