Package | Description |
---|---|
org.openrdf.sail.base | |
org.openrdf.sail.inferencer | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
Modifier and Type | Class and Description |
---|---|
class |
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements the
InferencerConnection interface. |
Modifier and Type | Method and Description |
---|---|
InferencerConnection |
InferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.
|
Constructor and Description |
---|
InferencerConnectionWrapper(InferencerConnection con)
Creates a new InferencerConnectionWrapper object that wraps the supplied
transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardChainingInferencerConnection |
Modifier and Type | Method and Description |
---|---|
InferencerConnection |
DirectTypeHierarchyInferencer.getConnection() |
InferencerConnection |
CustomGraphQueryInferencer.getConnection() |
Constructor and Description |
---|
AbstractForwardChainingInferencerConnection(Sail sail,
InferencerConnection con) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStoreConnection |
class |
NativeStoreConnection |
Copyright © 2001-2016 Aduna. All Rights Reserved.