| Class | Description |
|---|---|
| AndEvaluator |
An Evaluator for logical conjunction (AND) expressions.
|
| ApproximateEvaluator<T> |
An Evaluator which determines if candidates are matched by ApproximateNode
assertions.
|
| BaseLevelScopeEvaluator<E> |
Evaluates base level scope assertions on candidates using an entry database.
|
| EmptyEvaluator |
An Evaluator that always return false, for the case we have no entry to return
|
| EqualityEvaluator<T> |
An Evaluator which determines if candidates are matched by GreaterEqNode
assertions.
|
| GreaterEqEvaluator<T> |
An Evaluator which determines if candidates are matched by GreaterEqNode
assertions.
|
| LeafEvaluator<T> |
An abstract evaluator to store the common fileds for the Simple node evaluators
(ApproximateEvaluator, EqualityEvaluator, GreaterEqEvluator and LessEqEvluator)
|
| LessEqEvaluator<T> |
An Evaluator which determines if candidates are matched by LessEqNode
assertions.
|
| NotEvaluator |
An Evaluator for logical negation (NOT) expressions.
|
| OneLevelScopeEvaluator<E> |
Evaluates one level scope assertions on candidates using an entry database.
|
| OrEvaluator |
An Evaluator for logical disjunction (OR) expressions.
|
| PassThroughEvaluator |
An Evaluator that always validate all the submitted values
|
| PresenceEvaluator |
An Evaluator which determines if candidates are matched by GreaterEqNode
assertions.
|
| SubstringEvaluator |
Evaluates substring filter assertions on an entry.
|
| SubtreeScopeEvaluator |
Evaluates ScopeNode assertions with subtree scope on candidates using an
entry database.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.