Package com.hp.hpl.jena.sparql.graph

Interface Summary
NodeTransform Convert nodes to nodes - Vars may need to be translated into Vars.
 

Class Summary
GraphBase2  
GraphDataBag A Graph based on top of a DataBag.
GraphDefaultDataBag An implementation of GraphDataBag that may return duplicate triples from the find() operation.
GraphDistinctDataBag An implementation of GraphDataBag with a guarantee that there will be no duplicate triples in the find() operation.
GraphFactory Ways to make graphs and models
GraphMemSimple2  
GraphPrefixesProjection View of a dataset's prefixes for a particular graph
GraphSPARQL This class provides the Jena Graph interface to a graph in a Dataset.
GraphSPARQLService This class provides the Jena Graph interface to a remove SPARQL endpoint.
NodeConst  
NodeTransformLib  
PlainGraphMem A lightweight implementation of graph that uses syntactic identity for find(), that is, .equals(), not .sameValueAs(), and also compares language tags canonically (as lowercase).
Reifier2 A Reifier that only supports one style Standard (intercept, no conceal -- and intercept is a no-op anyway because all triples appear in the underlying graph for storing all triples).
 



Licenced under the Apache License, Version 2.0