com.hp.hpl.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.

Version:
$Revision: 1.1 $ on $Date: 2009-06-29 08:55:38 $
Author:
Dave Reynolds

Method Summary
 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.



Licenced under the Apache License, Version 2.0