Class AbstractForwardChainingInferencer
- java.lang.Object
-
- org.eclipse.rdf4j.sail.helpers.SailWrapper
-
- org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
-
- org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
-
- All Implemented Interfaces:
FederatedServiceResolverClient,NotifyingSail,Sail,StackableSail
public abstract class AbstractForwardChainingInferencer extends org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
-
-
Constructor Summary
Constructors Constructor Description AbstractForwardChainingInferencer()AbstractForwardChainingInferencer(NotifyingSail baseSail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.common.transaction.IsolationLevelgetDefaultIsolationLevel()List<org.eclipse.rdf4j.common.transaction.IsolationLevel>getSupportedIsolationLevels()-
Methods inherited from class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
addSailChangedListener, getBaseSail, getConnection, removeSailChangedListener, setBaseSail
-
Methods inherited from class org.eclipse.rdf4j.sail.helpers.SailWrapper
getCollectionFactory, getDataDir, getFederatedServiceResolver, getValueFactory, init, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sail.Sail
getCollectionFactory, getDataDir, getValueFactory, init, isWritable, setDataDir, shutDown
-
-
-
-
Constructor Detail
-
AbstractForwardChainingInferencer
public AbstractForwardChainingInferencer()
-
AbstractForwardChainingInferencer
public AbstractForwardChainingInferencer(NotifyingSail baseSail)
-
-
Method Detail
-
getDefaultIsolationLevel
public org.eclipse.rdf4j.common.transaction.IsolationLevel getDefaultIsolationLevel()
- Specified by:
getDefaultIsolationLevelin interfaceSail- Overrides:
getDefaultIsolationLevelin classorg.eclipse.rdf4j.sail.helpers.SailWrapper
-
getSupportedIsolationLevels
public List<org.eclipse.rdf4j.common.transaction.IsolationLevel> getSupportedIsolationLevels()
- Specified by:
getSupportedIsolationLevelsin interfaceSail- Overrides:
getSupportedIsolationLevelsin classorg.eclipse.rdf4j.sail.helpers.SailWrapper
-
-