org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories. The main interface is Sail, which defines methods
for initialization, querying and starting transactions. Queries are expressed in
the Sail query model, which can be found in sub-package
org.openrdf.sesame.sail.query.
|
Java Source File Name | Type | Comment |
InferencingTest.java | Class | |
RDFStoreTest.java | Class | A JUnit test for testing Sail implementations that store RDF data. |
Sail.java | Interface | An interface for an RDF Storage And Inference Layer. |
SailChangedEvent.java | Interface | Event object that is send to
SailChangedListener s to indicate that
the contents of the Sail that sent the event have changed. |
SailChangedListener.java | Interface | An interface for objects that want to be notified when the data in specific
Sail objects change. |
SailConnection.java | Interface | A connection to an RDF Sail object. |
SailConnectionListener.java | Interface | |
SailException.java | Class | An exception thrown by some methods in Sail to indicate that a requested
operation could not be executed. |
StackableSail.java | Interface | An interface for Sails that can be stacked on top of other Sails. |