Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdaemon.era
Interface Filter  view Filter download Filter.java

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
 

Method Detail

test

public boolean test(java.lang.Object obj)
Method which can be overriden to define a selection criteria for objects contained by a cube