|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InferencerConnection | |
|---|---|
| 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. |
| Uses of InferencerConnection in org.openrdf.sail.inferencer |
|---|
| Classes in org.openrdf.sail.inferencer that implement InferencerConnection | |
|---|---|
class |
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements the InferencerConnection interface. |
| Methods in org.openrdf.sail.inferencer that return InferencerConnection | |
|---|---|
InferencerConnection |
InferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object. |
| Constructors in org.openrdf.sail.inferencer with parameters of type InferencerConnection | |
|---|---|
InferencerConnectionWrapper(InferencerConnection con)
Creates a new InferencerConnectionWrapper object that wraps the supplied transaction. |
|
| Uses of InferencerConnection in org.openrdf.sail.inferencer.fc |
|---|
| Methods in org.openrdf.sail.inferencer.fc that return InferencerConnection | |
|---|---|
InferencerConnection |
DirectTypeHierarchyInferencer.getConnection()
|
| Uses of InferencerConnection in org.openrdf.sail.memory |
|---|
| Classes in org.openrdf.sail.memory that implement InferencerConnection | |
|---|---|
class |
MemoryStoreConnection
Implementation of a Sail Connection for memory stores. |
| Uses of InferencerConnection in org.openrdf.sail.nativerdf |
|---|
| Classes in org.openrdf.sail.nativerdf that implement InferencerConnection | |
|---|---|
class |
NativeStoreConnection
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||