Compares this to another cost. @param cost another cost @return true iff this is strictly less than other cost
(RelOptCost cost)
| 82 | * @return true iff this is strictly less than other cost |
| 83 | */ |
| 84 | boolean isLt(RelOptCost cost); |
| 85 | |
| 86 | /** |
| 87 | * Adds another cost to this. |
no outgoing calls