Class GraphPartitionWithEntities

java.lang.Object
org.aksw.jena_sparql_api.rx.entity.model.GraphPartitionWithEntities

public class GraphPartitionWithEntities extends Object
A 'result row' of a partitioned construct query: The key of the partition is a binding, the graph is an RDF graph and roots are a set of nodes in the graph that act as the requested starting points for traversal.
Author:
raven
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.sparql.engine.binding.Binding
     
    protected org.apache.jena.graph.Graph
     
    protected Set<org.apache.jena.graph.Node>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GraphPartitionWithEntities(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Graph graph, Set<org.apache.jena.graph.Node> roots)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.binding.Binding
     
    org.apache.jena.graph.Graph
     
    Set<org.apache.jena.graph.Node>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • binding

      protected org.apache.jena.sparql.engine.binding.Binding binding
    • graph

      protected org.apache.jena.graph.Graph graph
    • roots

      protected Set<org.apache.jena.graph.Node> roots
  • Constructor Details

    • GraphPartitionWithEntities

      public GraphPartitionWithEntities(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Graph graph, Set<org.apache.jena.graph.Node> roots)
  • Method Details

    • getBinding

      public org.apache.jena.sparql.engine.binding.Binding getBinding()
    • getGraph

      public org.apache.jena.graph.Graph getGraph()
    • getRoots

      public Set<org.apache.jena.graph.Node> getRoots()