public interface Criterion
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(FileSystem fs,
String... params)
Initializes the criterion with the necessary parameters.
|
boolean |
meets(PseudoQuery query,
PseudoJudgments judgments)
Checks whether the given query and set of judgments meet the
defined criterion.
|
void initialize(FileSystem fs, String... params)
fs - FileSystem.params - Parameters needed to initialize the criterion.boolean meets(PseudoQuery query, PseudoJudgments judgments)
query - Pseudo query.judgments - Set of pseudo judgments.