SchemaCachingRDFSInferencer
instead.@Deprecated public class ForwardChainingRDFSInferencer extends AbstractForwardChainingInferencer
InferencerConnection
s from their
Sail.getConnection()
method.Constructor and Description |
---|
ForwardChainingRDFSInferencer()
Deprecated.
|
ForwardChainingRDFSInferencer(NotifyingSail baseSail)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection |
getConnection()
Deprecated.
Opens a connection on the Sail which can be used to query and update data.
|
void |
initialize()
Deprecated.
Adds axiom statements to the underlying Sail.
|
getDefaultIsolationLevel, getSupportedIsolationLevels
addSailChangedListener, getBaseSail, removeSailChangedListener, setBaseSail
getDataDir, getValueFactory, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataDir, getValueFactory, init, isWritable, setDataDir, shutDown
public ForwardChainingRDFSInferencer()
public ForwardChainingRDFSInferencer(NotifyingSail baseSail)
public org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection getConnection() throws SailException
Sail
getConnection
in interface NotifyingSail
getConnection
in interface Sail
getConnection
in class NotifyingSailWrapper
SailException
- If no transaction could be started, for example because the Sail is not writable.public void initialize() throws SailException
initialize
in interface Sail
initialize
in class SailWrapper
SailException
- If the Sail could not be initialized.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.