- All Known Implementing Classes:
- AbstractCube.StandardFilter, AndFilter, ComplexFilter
- public interface Filter
A general purpose predicate object.
Filter is a predicate which can be used to define a sub-selection of objects in a Cube using the Cube's
constrain(filter) method.
|
Method Summary |
boolean |
test(java.lang.Object obj)
Method which can be overriden to define a selection criteria for objects contained by a cube |
test
public boolean test(java.lang.Object obj)
- Method which can be overriden to define a selection criteria for objects contained by a cube