Class GraphPartitionWithEntities
java.lang.Object
org.aksw.jena_sparql_api.rx.entity.model.GraphPartitionWithEntities
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 -
Constructor Summary
ConstructorsConstructorDescriptionGraphPartitionWithEntities(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Graph graph, Set<org.apache.jena.graph.Node> roots) -
Method Summary
-
Field Details
-
binding
protected org.apache.jena.sparql.engine.binding.Binding binding -
graph
protected org.apache.jena.graph.Graph graph -
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
-