Uses of Interface
org.openrdf.sesame.sail.Sail

Packages that use Sail
org.openrdf.sesame.omm   
org.openrdf.sesame.repository.local Implementations of the repository API for local Sesame repositories. 
org.openrdf.sesame.sail RDF Storage And Inference Layer.  
org.openrdf.sesame.sail.util Generic utility iterators for RDF SAIL implementations. 
org.openrdf.sesame.sailimpl.memory An implementation of the RDF SAIL API that uses main memory for storage.  
org.openrdf.sesame.sailimpl.nativerdf   
org.openrdf.sesame.sailimpl.omm.security   
org.openrdf.sesame.sailimpl.omm.versioning   
org.openrdf.sesame.sailimpl.sync Synchronization SAIL.  
 

Uses of Sail in org.openrdf.sesame.omm
 

Subinterfaces of Sail in org.openrdf.sesame.omm
 interface Reasoner
          Interface Reasoner provides the basic DL oprations that can be run over the data held in the repository.
 interface TrackingChanges
          inteface TrackingChanges provides the basic operations to track the state of various items in the repository during their life-time
 interface VersionManagement
          The interface of provides the basic oprationsto manage the distinct versions and states of the repository.
 

Uses of Sail in org.openrdf.sesame.repository.local
 

Methods in org.openrdf.sesame.repository.local that return Sail
 Sail LocalRepository.getSail()
          Gets the SAIL object of this repository.
 

Uses of Sail in org.openrdf.sesame.sail
 

Subinterfaces of Sail in org.openrdf.sesame.sail
 interface RdfRepository
          An extension of the read-only RdfSource interface that adds methods to add data to, and remove data from RDF repositories.
 interface RdfSchemaRepository
          An extension of both RdfSchemaSource and RdfRepository.
 interface RdfSchemaSource
          An extension of RdfSource offering RDF Schema specific methods.
 interface RdfSource
          An extension of the Storage And Inference Layer (Sail) interface that defines methods for read-only RDF-repositories or other sources of information that can be accessed as RDF.
 interface StackedSail
          An interface for Sails that can be stacked on top of other Sails.
 

Methods in org.openrdf.sesame.sail that return Sail
 Sail StackedSail.getBaseSail()
          Gets the base Sail that this Sail works on top of.
static Sail SailUtil.findSailInStack(Sail topSail, Class sailClass)
          Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface.
 

Methods in org.openrdf.sesame.sail with parameters of type Sail
 void StackedSail.setBaseSail(Sail baseSail)
          Sets the base Sail that this Sail will work on top of.
static Sail SailUtil.findSailInStack(Sail topSail, Class sailClass)
          Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface.
 

Uses of Sail in org.openrdf.sesame.sail.util
 

Methods in org.openrdf.sesame.sail.util that return Sail
static Sail QuerySailStack.queryInterface(Sail base, String classToQuery)
          Gets the first SAIL from the stacked ones that is instanceof the specified class.
static Sail QuerySailStack.queryInterface(Sail base, Class classToQuery)
          Gets the first SAIL from the stacked ones that is instanceof the specified class.
 

Methods in org.openrdf.sesame.sail.util with parameters of type Sail
static Sail QuerySailStack.queryInterface(Sail base, String classToQuery)
          Gets the first SAIL from the stacked ones that is instanceof the specified class.
static Sail QuerySailStack.queryInterface(Sail base, Class classToQuery)
          Gets the first SAIL from the stacked ones that is instanceof the specified class.
 

Uses of Sail in org.openrdf.sesame.sailimpl.memory
 

Classes in org.openrdf.sesame.sailimpl.memory that implement Sail
 class RdfRepository
          An implementation of the RdfRepository interface extending the class org.openrdf.sesame.sail.memory.RdfSource with write-methods.
 class RdfSchemaRepository
          An implementation of the RdfSchemaRepository interface extending the memory repository with Schema inferencing capabilities.
 class RdfSource
          An implementation of the RdfSource interface from the RDF Sail API that stores its data in main memory and that can use a file for persistent storage.
 

Uses of Sail in org.openrdf.sesame.sailimpl.nativerdf
 

Classes in org.openrdf.sesame.sailimpl.nativerdf that implement Sail
 class NativeRdfRepository
          An implementation of the RdfRepository interface from the RDF Sail API that stores its data in, and queries it from files on disk.
 

Uses of Sail in org.openrdf.sesame.sailimpl.omm.security
 

Classes in org.openrdf.sesame.sailimpl.omm.security that implement Sail
 class SecuritySail
          SecuritySail.java Title: Knowledge Control System Company: OntoText Lab.
 

Methods in org.openrdf.sesame.sailimpl.omm.security that return Sail
 Sail SecuritySail.getBaseSail()
           
 

Methods in org.openrdf.sesame.sailimpl.omm.security with parameters of type Sail
 void SecuritySail.setBaseSail(Sail baseSail)
           
 

Uses of Sail in org.openrdf.sesame.sailimpl.omm.versioning
 

Classes in org.openrdf.sesame.sailimpl.omm.versioning that implement Sail
 class VersioningRdbmsSail
          Title: Description: Copyright: Copyright (c) 2003 Company:
 

Uses of Sail in org.openrdf.sesame.sailimpl.sync
 

Classes in org.openrdf.sesame.sailimpl.sync that implement Sail
 class SyncRdfRepository
           
 class SyncRdfSchemaRepository
           
 

Methods in org.openrdf.sesame.sailimpl.sync that return Sail
 Sail SyncRdfRepository.getBaseSail()
           
 

Methods in org.openrdf.sesame.sailimpl.sync with parameters of type Sail
 void SyncRdfSchemaRepository.setBaseSail(Sail sail)
           
 void SyncRdfRepository.setBaseSail(Sail sail)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.