public interface SearchQueryInterpreter
Modifier and Type | Method and Description |
---|---|
void |
process(TupleExpr tupleExpr,
BindingSet bindings,
Collection<SearchQueryEvaluator> specs)
Processes a TupleExpr into a set of SearchQueryEvaluators.
|
void process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> specs) throws SailException
tupleExpr
- the TupleExpr to process.bindings
- any bindings.specs
- the Collection to add any SearchQueryEvaluators to.SailException
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.