Class QueryExecWithNodeTransform

java.lang.Object
org.aksw.jenax.dataaccess.sparql.exec.query.QueryExecWithNodeTransform
All Implemented Interfaces:
AutoCloseable, QueryExecWrapper, org.apache.jena.sparql.exec.QueryExec

public class QueryExecWithNodeTransform extends Object implements QueryExecWrapper
  • Field Details

    • decoratee

      protected org.apache.jena.sparql.exec.QueryExec decoratee
    • nodeTransform

      protected org.apache.jena.sparql.graph.NodeTransform nodeTransform
  • Constructor Details

    • QueryExecWithNodeTransform

      public QueryExecWithNodeTransform(org.apache.jena.sparql.exec.QueryExec decoratee, org.apache.jena.sparql.graph.NodeTransform nodeTransform)
  • Method Details

    • getDelegate

      public org.apache.jena.sparql.exec.QueryExec getDelegate()
      Specified by:
      getDelegate in interface QueryExecWrapper
    • getDataset

      public org.apache.jena.sparql.core.DatasetGraph getDataset()
      Specified by:
      getDataset in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      getDataset in interface QueryExecWrapper
    • select

      public org.apache.jena.sparql.exec.RowSet select()
      Specified by:
      select in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      select in interface QueryExecWrapper
    • construct

      public org.apache.jena.graph.Graph construct()
      Specified by:
      construct in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      construct in interface QueryExecWrapper
    • construct

      public org.apache.jena.graph.Graph construct(org.apache.jena.graph.Graph graph)
      Specified by:
      construct in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      construct in interface QueryExecWrapper
    • constructTriples

      public Iterator<org.apache.jena.graph.Triple> constructTriples()
      Specified by:
      constructTriples in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      constructTriples in interface QueryExecWrapper
    • constructQuads

      public Iterator<org.apache.jena.sparql.core.Quad> constructQuads()
      Specified by:
      constructQuads in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      constructQuads in interface QueryExecWrapper
    • constructDataset

      public org.apache.jena.sparql.core.DatasetGraph constructDataset(org.apache.jena.sparql.core.DatasetGraph dataset)
      Specified by:
      constructDataset in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      constructDataset in interface QueryExecWrapper
    • describe

      public org.apache.jena.graph.Graph describe(org.apache.jena.graph.Graph graph)
      Specified by:
      describe in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      describe in interface QueryExecWrapper
    • describeTriples

      public Iterator<org.apache.jena.graph.Triple> describeTriples()
      Specified by:
      describeTriples in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      describeTriples in interface QueryExecWrapper
    • ask

      public boolean ask()
      Specified by:
      ask in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      ask in interface QueryExecWrapper
    • execJson

      public org.apache.jena.atlas.json.JsonArray execJson()
      Specified by:
      execJson in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      execJson in interface QueryExecWrapper
    • execJsonItems

      public Iterator<org.apache.jena.atlas.json.JsonObject> execJsonItems()
      Specified by:
      execJsonItems in interface org.apache.jena.sparql.exec.QueryExec
      Specified by:
      execJsonItems in interface QueryExecWrapper