Package org.apache.jena.reasoner.rulesys
Interface SilentAddI
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
silentAdd(Triple t)
Assert a new triple in the deduction graph, bypassing any processing machinery.
-
-
-
Method Detail
-
silentAdd
void silentAdd(Triple t)
Assert a new triple in the deduction graph, bypassing any processing machinery.
-
-