Interface SearchQueryInterpreter

    • Method Detail

      • process

        void process​(TupleExpr tupleExpr,
                     BindingSet bindings,
                     java.util.Collection<SearchQueryEvaluator> specs)
              throws SailException
        Processes a TupleExpr into a set of SearchQueryEvaluators.
        Parameters:
        tupleExpr - the TupleExpr to process.
        bindings - any bindings.
        specs - the Collection to add any SearchQueryEvaluators to.
        Throws:
        SailException