| java.lang.Object org.openrdf.sail.helpers.SailConnectionWrapper org.openrdf.sail.inferencer.InferencerConnectionWrapper
All known Subclasses: org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection,
Method Summary | |
public boolean | addInferredStatement(Resource subj, URI pred, Value obj, Resource... contexts) | public void | clearInferred(Resource... contexts) | public void | commit() Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. | public CloseableIteration<? extends BindingSet, QueryEvaluationException> | evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. | public void | flushUpdates() | public CloseableIteration<? extends Resource, SailException> | getContextIDs() Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. | public CloseableIteration<? extends Statement, SailException> | getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. | protected InferencerConnection | getWrappedConnection() Gets the connection that is wrapped by this object. | public boolean | removeInferredStatement(Resource subj, URI pred, Value obj, Resource... contexts) | public long | size(Resource... contexts) Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
InferencerConnectionWrapper | public InferencerConnectionWrapper(InferencerConnection con)(Code) | | Creates a new InferencerConnectionWrapper object that wraps the supplied
transaction.
|
getWrappedConnection | protected InferencerConnection getWrappedConnection()(Code) | | Gets the connection that is wrapped by this object.
The connection that was supplied to the constructor of this class. |
Methods inherited from org.openrdf.sail.helpers.SailConnectionWrapper | public void addConnectionListener(SailConnectionListener listener)(Code)(Java Doc) public void addStatement(Resource subj, URI pred, Value obj, Resource... contexts) throws SailException(Code)(Java Doc) public void clear(Resource... contexts) throws SailException(Code)(Java Doc) public void clearNamespaces() throws SailException(Code)(Java Doc) public void close() throws SailException(Code)(Java Doc) public void commit() throws SailException(Code)(Java Doc) public CloseableIteration<? extends BindingSet, QueryEvaluationException> evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) throws SailException(Code)(Java Doc) public CloseableIteration<? extends Resource, SailException> getContextIDs() throws SailException(Code)(Java Doc) public String getNamespace(String prefix) throws SailException(Code)(Java Doc) public CloseableIteration<? extends Namespace, SailException> getNamespaces() throws SailException(Code)(Java Doc) public CloseableIteration<? extends Statement, SailException> getStatements(Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) throws SailException(Code)(Java Doc) protected SailConnection getWrappedConnection()(Code)(Java Doc) public boolean isOpen() throws SailException(Code)(Java Doc) public void removeConnectionListener(SailConnectionListener listener)(Code)(Java Doc) public void removeNamespace(String prefix) throws SailException(Code)(Java Doc) public void removeStatements(Resource subj, URI pred, Value obj, Resource... contexts) throws SailException(Code)(Java Doc) public void rollback() throws SailException(Code)(Java Doc) public void setNamespace(String prefix, String name) throws SailException(Code)(Java Doc) public long size(Resource... contexts) throws SailException(Code)(Java Doc) public long size(Resource context) throws SailException(Code)(Java Doc)
|
|
|