Uses of Class
com.hp.hpl.jena.sparql.graph.GraphDataBag

Packages that use GraphDataBag
com.hp.hpl.jena.sparql.graph   
 

Uses of GraphDataBag in com.hp.hpl.jena.sparql.graph
 

Subclasses of GraphDataBag in com.hp.hpl.jena.sparql.graph
 class GraphDefaultDataBag
          An implementation of GraphDataBag that may return duplicate triples from the find() operation.
 class GraphDistinctDataBag
          An implementation of GraphDataBag with a guarantee that there will be no duplicate triples in the find() operation.
 



Licenced under the Apache License, Version 2.0