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.SailExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.