Each rule consists of one or more comparator statements, which comprise Identifiers, Operators, and Literals.
The relationship between multiple comparator statements is based on Boolean logic, using AND, OR, or NOT. Comparator statements can be grouped using parentheses.
If parentheses are not used, the order of precedence is:
NOT
AND
OR