Interface | Description |
---|---|
ILogicalOperator |
Interface specifying methods of logical operator implementations.
|
Class | Description |
---|---|
AbstractLogicalOperator |
Base implementation.
|
AND |
Combines several conditions results.
|
OR |
Combines several conditions results.
|
VALBETWEEN |
Counts validated (by default, but can be not validated) conditions, and validated if count is between min and max.
|
XOR |
Combines several conditions results.
|