Uses of Class
com.hp.hpl.jena.sparql.core.DatasetGraphBase

Packages that use DatasetGraphBase
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.modify   
 

Uses of DatasetGraphBase in com.hp.hpl.jena.sparql.core
 

Subclasses of DatasetGraphBase in com.hp.hpl.jena.sparql.core
 class DatasetGraphAltDefaultGraph
          DatasetGraph that switch teh default graph to another graph.
 class DatasetGraphBaseFind
          DatasetGraph framework.
 class DatasetGraphCaching
          DatasetGraph that caches calls to make graph implementations.
 class DatasetGraphCollection
          Base class for implementations of a DatasetGraph as a set of graphs.
 class DatasetGraphMaker
          Implementation of a DatasetGraph as an open set of graphs where all graphs "exist".
 class DatasetGraphMap
          Implementation of a DatasetGraph as an extensible set of graphs.
 class DatasetGraphOne
          DatasetGraph of a single graph as default graph.
 class DatasetGraphQuad
          A DatasetGraph base class for pure quad-centric storage.
 class DatasetGraphSimpleMem
          Very simple, non-scalable DatasetGraph implementation of a triples+quads style for testing.
 class DatasetGraphTriplesQuads
          A DatasetGraph base class for triples+quads storage.
 

Uses of DatasetGraphBase in com.hp.hpl.jena.sparql.modify
 

Subclasses of DatasetGraphBase in com.hp.hpl.jena.sparql.modify
 class GraphStoreNull
          A black hole for Quads, add as many as you want and it will forget them all.
 class GraphStoreNullTransactional
          A transactional black hole for Quads, add as many as you want and it will forget them all.
 



Licenced under the Apache License, Version 2.0