public class ForwardChainingRDFSInferencer extends NotifyingSailWrapper
InferencerConnection
s
from their Sail.getConnection()
method.Constructor and Description |
---|
ForwardChainingRDFSInferencer() |
ForwardChainingRDFSInferencer(NotifyingSail baseSail) |
Modifier and Type | Method and Description |
---|---|
org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection |
getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
void |
initialize()
Adds axiom statements to the underlying Sail.
|
addSailChangedListener, getBaseSail, removeSailChangedListener, setBaseSail
getDataDir, getValueFactory, isWritable, setDataDir, shutDown, verifyBaseSailSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataDir, getValueFactory, isWritable, setDataDir, shutDown
public ForwardChainingRDFSInferencer()
public ForwardChainingRDFSInferencer(NotifyingSail baseSail)
public org.openrdf.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 © 2001-2016 Aduna. All Rights Reserved.