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
IsolationLevel s supported by this SAIL, ordered by increasing complexity. |
addSailChangedListener, getBaseSail, getConnection, removeSailChangedListener, setBaseSail
getDataDir, getValueFactory, initialize, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataDir, getValueFactory, init, initialize, isWritable, setDataDir, shutDown
public AbstractForwardChainingInferencer()
public AbstractForwardChainingInferencer(NotifyingSail baseSail)
public IsolationLevel getDefaultIsolationLevel()
Sail
IsolationLevel
level on which transactions in this Sail operate.getDefaultIsolationLevel
in interface Sail
getDefaultIsolationLevel
in class SailWrapper
IsolationLevel
that will be used with SailConnection.begin()
, for SAIL connections
returned by Sail.getConnection()
.public List<IsolationLevel> getSupportedIsolationLevels()
Sail
IsolationLevel
s supported by this SAIL, ordered by increasing complexity.getSupportedIsolationLevels
in interface Sail
getSupportedIsolationLevels
in class SailWrapper
IsolationLevel
.Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.