public interface SearchQueryInterpreter
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.BindingSet bindings,
Collection<SearchQueryEvaluator> specs)
Processes a TupleExpr into a set of SearchQueryEvaluators.
|
void process(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.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-2016 Eclipse Foundation. All Rights Reserved.