Package com.bea.p13n.expression.operator.logical

This package provides interfaces and classes for constructing expressions using logical operators.

See
          Description

Class Summary
LogicalAnd Implementation of the LogicalAnd operator.
LogicalMultiAnd Implementation of the LogicalMultiAnd operator.
LogicalMultiOr Implementation of the LogicalMultiOr operator.
LogicalNot Implementation of the LogicalNot operator.
LogicalOperator Implementation of the LogicalOperator operator.
LogicalOr Implementation of the LogicalOr operator.
 

Package com.bea.p13n.expression.operator.logical Description

This package provides interfaces and classes for constructing expressions using logical operators.

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.


See Also
LogicalOperator, BinaryOperator, UnaryOperator


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.