| Package | Description |
|---|---|
| org.kuali.kra.budget.calculator | |
| org.kuali.kra.budget.calculator.query |
| Class and Description |
|---|
| Operator
The Operator interface should be implemented by any class whose instances are intended to be executed as an Operator.
|
| Class and Description |
|---|
| And
This class is a wrapper for and operator ( & ).
|
| LogicalOperator
implements Operator and holds left hand and right hand values
which are instances of Opertors(Since Logical Operators operate on two Relational, Logical Operators).
|
| Operator
The Operator interface should be implemented by any class whose instances are intended to be executed as an Operator.
|
| Or
This class is a wrapper for or operator ( || ).
|
| RelationalOperator |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.