Uses of Interface
com.hp.hpl.jena.reasoner.rulesys.ForwardRuleInfGraphI

Packages that use ForwardRuleInfGraphI
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
 

Uses of ForwardRuleInfGraphI in com.hp.hpl.jena.reasoner.rulesys
 

Classes in com.hp.hpl.jena.reasoner.rulesys that implement ForwardRuleInfGraphI
 class BasicForwardRuleInfGraph
          An inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set.
 class FBRuleInfGraph
          An inference graph that uses a mixture of forward and backward chaining rules.
 class RDFSRuleInfGraph
          Customization of the generic rule inference graph for RDFS inference.
 class RETERuleInfGraph
          RETE implementation of the forward rule infernce graph.
 



Licenced under the Apache License, Version 2.0