Uses of Interface
org.topbraid.core.io.IGraphStore

Packages that use IGraphStore
org.topbraid.allegro.graphstore   
org.topbraid.core.io   
org.topbraid.rdfa.graphstore   
org.topbraid.sesame.nativ.graphstore   
org.topbraid.sesame.remote.graphstore   
org.topbraid.sesame2.graphstore   
org.topbraid.sparql.endpoint.graphstore   
org.topbraid.sparqlmotion.util   
 

Uses of IGraphStore in org.topbraid.allegro.graphstore
 

Classes in org.topbraid.allegro.graphstore that implement IGraphStore
 class AllegroGraphStore
           
 

Uses of IGraphStore in org.topbraid.core.io
 

Classes in org.topbraid.core.io that implement IGraphStore
 class AbstractGraphStore
           
 class JenaFileGraphStore
           
 class N3GraphStore
          A JenaFileGraphStore based on the N3 serialization.
 class NTripleGraphStore
          A JenaFileGraphStore based on the N3 serialization.
 

Methods in org.topbraid.core.io that return IGraphStore
static IGraphStore GraphStores.getGraphStore(java.lang.String extension)
           
 

Methods in org.topbraid.core.io that return types with arguments of type IGraphStore
static java.util.Iterator<IGraphStore> GraphStores.listGraphStores()
           
 

Methods in org.topbraid.core.io with parameters of type IGraphStore
static java.lang.String[] GraphStores.getExtensions(IGraphStore graphStore)
           
static java.lang.String GraphStores.getName(IGraphStore graphStore)
           
 

Uses of IGraphStore in org.topbraid.rdfa.graphstore
 

Classes in org.topbraid.rdfa.graphstore that implement IGraphStore
 class RDFaGraphStore
           
 

Uses of IGraphStore in org.topbraid.sesame.nativ.graphstore
 

Classes in org.topbraid.sesame.nativ.graphstore that implement IGraphStore
 class SesameNativeGraphStore
           
 

Uses of IGraphStore in org.topbraid.sesame.remote.graphstore
 

Classes in org.topbraid.sesame.remote.graphstore that implement IGraphStore
 class SesameRemoteGraphStore
           
 

Uses of IGraphStore in org.topbraid.sesame2.graphstore
 

Classes in org.topbraid.sesame2.graphstore that implement IGraphStore
 class AbstractSesameGraphStore
           
 class S2NGraphStore
           
 class S2RGraphStore
           
 

Uses of IGraphStore in org.topbraid.sparql.endpoint.graphstore
 

Classes in org.topbraid.sparql.endpoint.graphstore that implement IGraphStore
 class SPARQLEndpointGraphStore
           
 

Uses of IGraphStore in org.topbraid.sparqlmotion.util
 

Classes in org.topbraid.sparqlmotion.util that implement IGraphStore
 class AbstractSMGraphStore
          A generic IGraphStore implementation that operates on SparqlMotion modules.