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

    Modifier and Type
    Method
    Description
    void
    Assert a new triple in the deduction graph, bypassing any processing machinery.
  • Method Details

    • silentAdd

      void silentAdd(Triple t)
      Assert a new triple in the deduction graph, bypassing any processing machinery.