Uses of Interface
org.openrdf.sail.NotifyingSail

Packages that use NotifyingSail
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer.fc Forward-chaining inferencers, implemented as StackableSails. 
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
 

Uses of NotifyingSail in org.openrdf.sail.helpers
 

Classes in org.openrdf.sail.helpers that implement NotifyingSail
 class NotifyingSailBase
          SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
 class NotifyingSailWrapper
          An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
 

Methods in org.openrdf.sail.helpers that return NotifyingSail
 NotifyingSail NotifyingSailWrapper.getBaseSail()
           
 

Constructors in org.openrdf.sail.helpers with parameters of type NotifyingSail
NotifyingSailWrapper(NotifyingSail baseSail)
          Creates a new SailWrapper that wraps the supplied Sail.
 

Uses of NotifyingSail in org.openrdf.sail.inferencer.fc
 

Classes in org.openrdf.sail.inferencer.fc that implement NotifyingSail
 class DirectTypeHierarchyInferencer
          A forward-chaining inferencer that infers the direct-type hierarchy relations sesame:directSubClassOf, sesame:directSubPropertyOf and sesame:directType.
 class ForwardChainingRDFSInferencer
          Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics Recommendation (10 February 2004).
 

Constructors in org.openrdf.sail.inferencer.fc with parameters of type NotifyingSail
DirectTypeHierarchyInferencer(NotifyingSail baseSail)
           
ForwardChainingRDFSInferencer(NotifyingSail baseSail)
           
 

Uses of NotifyingSail in org.openrdf.sail.memory
 

Classes in org.openrdf.sail.memory that implement NotifyingSail
 class MemoryStore
          An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.
 

Uses of NotifyingSail in org.openrdf.sail.nativerdf
 

Classes in org.openrdf.sail.nativerdf that implement NotifyingSail
 class NativeStore
          A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.