com.hp.hpl.jena.reasoner.rulesys
Interface SilentAddI
- All Known Subinterfaces:
- BackwardRuleInfGraphI, ForwardRuleInfGraphI
- All Known Implementing Classes:
- BasicForwardRuleInfGraph, FBRuleInfGraph, LPBackwardRuleInfGraph
- 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.2 $ on $Date: 2003/08/27 13:11:15 $
- Author:
- Dave Reynolds
Method Summary |
void |
silentAdd(Triple t)
Assert a new triple in the deduction graph, bypassing any processing machinery. |
silentAdd
public void silentAdd(Triple t)
- Assert a new triple in the deduction graph, bypassing any processing machinery.
Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.