public interface FilterCriterion extends Serializable
Filter criteria are used to qualify a subset of the - potentially large - domain the query is evaluated against and can be thought of an analogon to a SQL WHERE-clause.
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(FilterEvaluationVisitor visitor,
Object context)
Visitor dispatch callback used for evaluating filter criteria.
|
Object accept(FilterEvaluationVisitor visitor, Object context)
return visitor.visit(this, context), thus calling the appropriately
overloaded visitation method.visitor - The visitor performing the evaluation.context - Information used by the visitor during the visitation process.Copyright © 2016 Eclipse Stardust. All Rights Reserved.