Package cpod.dataSelector
Interface CPODDataFilter
- All Known Implementing Classes:
 StandardCPODataFilter
public interface CPODDataFilter
Basic filter for CPOD data.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptionintscoreData(CPODClick cpodClick, StandardCPODFilterParams cpodFilterParams) Score the data from a CPOD click. 
- 
Method Details
- 
scoreData
Score the data from a CPOD click.- Parameters:
 cpodClick- - the CPOD click.cpodFilterParams- - parameters for scoring the data.- Returns:
 - the score. 0 usually indicates false.
 
 
 -