public abstract class AbstractForwardChainingInferencer extends NotifyingSailWrapper
| Constructor and Description |
|---|
AbstractForwardChainingInferencer() |
AbstractForwardChainingInferencer(NotifyingSail baseSail) |
| Modifier and Type | Method and Description |
|---|---|
IsolationLevel |
getDefaultIsolationLevel()
Retrieves the default
IsolationLevel level on which transactions
in this Sail operate. |
List<IsolationLevel> |
getSupportedIsolationLevels()
Retrieve the
IsolationLevels supported by this SAIL, ordered by
increasing complexity. |
addSailChangedListener, getBaseSail, getConnection, removeSailChangedListener, setBaseSailgetDataDir, getValueFactory, initialize, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataDir, getValueFactory, initialize, isWritable, setDataDir, shutDownpublic AbstractForwardChainingInferencer()
public AbstractForwardChainingInferencer(NotifyingSail baseSail)
public IsolationLevel getDefaultIsolationLevel()
SailIsolationLevel level on which transactions
in this Sail operate.getDefaultIsolationLevel in interface SailgetDefaultIsolationLevel in class SailWrapperIsolationLevel that will be used with
SailConnection.begin(), for SAIL connections returned by
Sail.getConnection().public List<IsolationLevel> getSupportedIsolationLevels()
SailIsolationLevels supported by this SAIL, ordered by
increasing complexity.getSupportedIsolationLevels in interface SailgetSupportedIsolationLevels in class SailWrapperIsolationLevel.Copyright © 2001–2015 Aduna. All rights reserved.