edu.neu.ccs.filter
Class MinimumBoundFilter
java.lang.Object
edu.neu.ccs.filter.NumericFilter
edu.neu.ccs.filter.BoundFilter
edu.neu.ccs.filter.MinimumBoundFilter
- All Implemented Interfaces:
- Cloneable, Serializable, StringableFilter
- Direct Known Subclasses:
- MinimumBoundFilter.BigDecimal, MinimumBoundFilter.BigInteger, MinimumBoundFilter.Double, MinimumBoundFilter.Long
- public class MinimumBoundFilter
- extends BoundFilter
Filter that enforces an inclusive or exclusive
numeric lower bound by throwing an exception
when the data to be filtered violates the bound.
Inner classes provide the functionality of both
integer and real number lower bounds
of primitive or arbitrary precision.
- Since:
- 1.0
- Version:
- 2.2
- See Also:
MaximumBoundFilter,
Serialized Form
|
Field Summary |
static String |
MINIMUM
Bound property name for the minimum property. |
|
Constructor Summary |
MinimumBoundFilter(boolean inclusive)
Constructs an inclusive or exclusive
minimum bound filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MINIMUM
public static final String MINIMUM
- Bound property name for the minimum property.
- See Also:
- Constant Field Values
MinimumBoundFilter
public MinimumBoundFilter(boolean inclusive)
- Constructs an inclusive or exclusive
minimum bound filter.
- Parameters:
inclusive - whether or not the bound is inclusive