Class SPARQLBooleanQuery

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.BooleanQuery, org.eclipse.rdf4j.query.Operation, org.eclipse.rdf4j.query.Query

    public class SPARQLBooleanQuery
    extends AbstractHTTPQuery
    implements org.eclipse.rdf4j.query.BooleanQuery
    Parses boolean query response from remote stores.
    Author:
    James Leigh
    • Method Detail

      • evaluate

        public boolean evaluate()
                         throws org.eclipse.rdf4j.query.QueryEvaluationException
        Specified by:
        evaluate in interface org.eclipse.rdf4j.query.BooleanQuery
        Throws:
        org.eclipse.rdf4j.query.QueryEvaluationException
      • explain

        public org.eclipse.rdf4j.query.explanation.Explanation explain​(org.eclipse.rdf4j.query.explanation.Explanation.Level level)
        Specified by:
        explain in interface org.eclipse.rdf4j.query.Query