Package adalid.core.expressions
Class XB.NumericExpressionBuilder.OrderedPair
java.lang.Object
adalid.core.expressions.XB.NumericExpressionBuilder.OrderedPair
- Enclosing class:
XB.NumericExpressionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoalesce(NumericExpression x, Number y) max(NumericExpression x, Number y) min(NumericExpression x, Number y) nullIf(NumericExpression x, Number y) xMinusY(NumericExpression x, Number y) xOverY(NumericExpression x, Number y) xPlusY(NumericExpression x, Number y) xTimesY(NumericExpression x, Number y) xToTheY(NumericExpression x, Number y)
-
Constructor Details
-
OrderedPair
public OrderedPair()
-
-
Method Details
-
coalesce
-
coalesce
-
coalesce
-
nullIf
-
nullIf
-
nullIf
-
max
-
max
-
max
-
min
-
min
-
min
-
xPlusY
-
xPlusY
-
xPlusY
-
xMinusY
-
xMinusY
-
xMinusY
-
xTimesY
-
xTimesY
-
xTimesY
-
xOverY
-
xOverY
-
xOverY
-
xToTheY
-
xToTheY
-
xToTheY
-