public class ForwardChainingRDFSInferencer extends AbstractForwardChainingInferencer
InferencerConnections
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.
|
getDefaultIsolationLevel, getSupportedIsolationLevelsaddSailChangedListener, getBaseSail, removeSailChangedListener, setBaseSailgetDataDir, getValueFactory, isWritable, setDataDir, setFederatedServiceResolver, shutDown, verifyBaseSailSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataDir, getValueFactory, isWritable, setDataDir, shutDownpublic ForwardChainingRDFSInferencer()
public ForwardChainingRDFSInferencer(NotifyingSail baseSail)
public org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection getConnection()
throws SailException
SailgetConnection in interface NotifyingSailgetConnection in interface SailgetConnection in class NotifyingSailWrapperSailException - If no transaction could be started, for example because the Sail
is not writable.public void initialize()
throws SailException
initialize in interface Sailinitialize in class SailWrapperSailException - If the Sail could not be initialized.Copyright © 2001–2015 Aduna. All rights reserved.