public class LengthCountCriterion extends Object implements Criterion
| Constructor and Description |
|---|
LengthCountCriterion() |
| 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.
|
String |
toString() |
public void initialize(FileSystem fs, String... params)
Criterioninitialize in interface Criterionfs - FileSystem.params - Parameters needed to initialize the criterion.public boolean meets(PseudoQuery query, PseudoJudgments judgments)
Criterion