Uses of Interface
org.openrdf.sail.config.SailFactory

Packages that use SailFactory
org.openrdf.sail.config   
org.openrdf.sail.inferencer.fc.config   
org.openrdf.sail.memory.config   
org.openrdf.sail.nativerdf.config   
org.openrdf.sail.rdbms.config   
 

Uses of SailFactory in org.openrdf.sail.config
 

Methods in org.openrdf.sail.config with parameters of type SailFactory
protected  String SailRegistry.getKey(SailFactory factory)
           
 

Uses of SailFactory in org.openrdf.sail.inferencer.fc.config
 

Classes in org.openrdf.sail.inferencer.fc.config that implement SailFactory
 class DirectTypeHierarchyInferencerFactory
          A SailFactory that creates DirectTypeHierarchyInferencers based on RDF configuration data.
 class ForwardChainingRDFSInferencerFactory
          A SailFactory that creates ForwardChainingRDFSInferencers based on RDF configuration data.
 

Uses of SailFactory in org.openrdf.sail.memory.config
 

Classes in org.openrdf.sail.memory.config that implement SailFactory
 class MemoryStoreFactory
          A SailFactory that creates MemoryStores based on RDF configuration data.
 

Uses of SailFactory in org.openrdf.sail.nativerdf.config
 

Classes in org.openrdf.sail.nativerdf.config that implement SailFactory
 class NativeStoreFactory
          A SailFactory that creates NativeStores based on RDF configuration data.
 

Uses of SailFactory in org.openrdf.sail.rdbms.config
 

Classes in org.openrdf.sail.rdbms.config that implement SailFactory
 class RdbmsStoreFactory
          A SailFactory that creates RdbmsStores based on RDF configuration data.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.