| org.openrdf.sail.inferencer.InferencerConnectionWrapper org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection
Field Summary | |
final protected Logger | logger |
logger | final protected Logger logger(Code) | | |
addAxiomStatements | protected void addAxiomStatements() throws SailException(Code) | | Adds all basic set of axiom statements from which the complete set can be
inferred to the underlying Sail.
|
hasNewStatements | protected boolean hasNewStatements()(Code) | | |
prepareIteration | protected void prepareIteration()(Code) | | |
updateTriggers | protected void updateTriggers(int ruleNo, int nofInferred)(Code) | | |
Methods inherited from org.openrdf.sail.inferencer.InferencerConnectionWrapper | public boolean addInferredStatement(Resource subj, URI pred, Value obj, Resource... contexts) throws SailException(Code)(Java Doc) public void clearInferred(Resource... contexts) 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 void flushUpdates() throws SailException(Code)(Java Doc) public CloseableIteration<? extends Resource, SailException> getContextIDs() 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 InferencerConnection getWrappedConnection()(Code)(Java Doc) public boolean removeInferredStatement(Resource subj, URI pred, Value obj, Resource... contexts) throws SailException(Code)(Java Doc) public long size(Resource... contexts) throws SailException(Code)(Java Doc)
|
|
|