- All Known Subinterfaces:
BackwardRuleInfGraphI,ForwardRuleInfGraphI
- All Known Implementing Classes:
BasicForwardRuleInfGraph,FBRuleInfGraph,LPBackwardRuleInfGraph,RDFSRuleInfGraph,RETERuleInfGraph
public interface SilentAddI
Interface supported by each of the rule system interpreters that
allow triples to added directly to the deductions cache, by-passing
any processing machinery.
-
Method Summary
-
Method Details
-
silentAdd
Assert a new triple in the deduction graph, bypassing any processing machinery.
-