All the operators in this package extend the base class LogicalOperator and
implement either BinaryOperator or UnaryOperator depending on
the type of operator (binary or unary), but the concrete multi-operand operator doesn't
implement any of these interfaces.
This package provides following logical operators to construct a logical/boolean expression.
|
Implementation of the LogicalAnd operator. |
|
|
Implementation of the LogicalMultiAnd operator. |
|
|
Implementation of the LogicalMultiOr operator. |
|
|
Implementation of the LogicalNot operator. |
|
|
Implementation of the LogicalOperator operator. |
|
|
Implementation of the LogicalOr operator. |