Uses of Interface
ddf.catalog.filter.NumericalExpressionBuilder
Packages that use NumericalExpressionBuilder
-
Uses of NumericalExpressionBuilder in ddf.catalog.filter
Methods in ddf.catalog.filter that return NumericalExpressionBuilderModifier and TypeMethodDescriptionExpressionBuilder.greaterThan()Continue building a Filter with the "greater than" operator (PropertyIsGreaterThan)ExpressionBuilder.greaterThanOrEqualTo()Continue building a Filter with the "greater than or equal to" operator (PropertyIsGreaterThanOrEqualTo)ExpressionBuilder.lessThan()Continue building a Filter with the "less than" operator (PropertyIsLessThan)ExpressionBuilder.lessThanOrEqualTo()Continue building a Filter with the "less than or equal to" operator (PropertyIsLessThanOrEqualTo)