org.openrdf.sail
Interface StackableSail

All Superinterfaces:
Sail
All Known Implementing Classes:
DirectTypeHierarchyInferencer, ForwardChainingRDFSInferencer, SailWrapper

public interface StackableSail
extends Sail

An interface for Sails that can be stacked on top of other Sails.


Method Summary
 Sail getBaseSail()
          Gets the base Sail that this Sail works on top of.
 void setBaseSail(Sail baseSail)
          Sets the base Sail that this Sail will work on top of.
 
Methods inherited from interface org.openrdf.sail.Sail
addSailChangedListener, getConnection, getDataDir, getValueFactory, initialize, isWritable, removeSailChangedListener, setDataDir, shutDown
 

Method Detail

setBaseSail

void setBaseSail(Sail baseSail)
Sets the base Sail that this Sail will work on top of. This method will be called before the initialize() method is called.


getBaseSail

Sail getBaseSail()
Gets the base Sail that this Sail works on top of.



Copyright © 2001-2007 Aduna. All Rights Reserved.