Modifier and Type | Class and Description |
---|---|
class |
KiWiTransactionalSail
This is an extended version of the KiWi triple store with support for transaction tracking.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalSailWrapper
A Sail Wrapper allowing to pass through transaction functionality to other sails.
|
Constructor and Description |
---|
TransactionalSailWrapper(TransactionalSail parent)
Creates a new SailWrapper that wraps the supplied Sail.
|
Constructor and Description |
---|
ReasoningEngine(KiWiReasoningPersistence persistence,
TransactionalSail store,
ReasoningConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
KiWiReasoningSail
This sail adds the KWRL reasoner to the stack of sails.
|
Constructor and Description |
---|
KiWiReasoningSail(TransactionalSail parent,
ReasoningConfiguration config) |
Modifier and Type | Interface and Description |
---|---|
interface |
VersioningSail
A Sesame SAIL with support for versioning of transaction data.
|
Modifier and Type | Class and Description |
---|---|
class |
KiWiVersioningSail
A KiWi Stackable Sail offering versioning support for transactional sails.
|
Constructor and Description |
---|
KiWiVersioningSail(TransactionalSail parent)
Build a new
KiWiVersioningSail based on the provided parent
TransactionalSail . |
KiWiVersioningSail(TransactionalSail parent,
org.apache.marmotta.commons.sesame.filter.SesameFilter<org.openrdf.model.Statement> filter)
Build a new selective
KiWiVersioningSail based on the provided
parent TransactionalSail . |
Modifier and Type | Method and Description |
---|---|
TransactionalSailWrapper |
ReasoningSailProvider.createSail(TransactionalSail parent)
Create the sail wrapper provided by this SailProvider
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.