| com.hp.hpl.jena.reasoner.rulesys.SilentAddI
SilentAddI | public interface SilentAddI (Code) | | Interface supported by each of the rule system interpreters that
allow triples to added directly to the deductions cache, by-passing
any processing machinery.
author: Dave Reynolds version: $Revision: 1.7 $ on $Date: 2008/01/02 12:07:47 $ |
Method Summary | |
public void | silentAdd(Triple t) Assert a new triple in the deduction graph, bypassing any processing machinery. |
silentAdd | public void silentAdd(Triple t)(Code) | | Assert a new triple in the deduction graph, bypassing any processing machinery.
|
|
|