Uses of Class
com.hp.hpl.jena.reasoner.BaseInfGraph

Packages that use BaseInfGraph
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
com.hp.hpl.jena.reasoner.transitiveReasoner This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. 
 

Uses of BaseInfGraph in com.hp.hpl.jena.reasoner
 

Constructors in com.hp.hpl.jena.reasoner with parameters of type BaseInfGraph
BaseInfGraph.InfTransactionHandler(BaseInfGraph base)
           
 

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

Subclasses of BaseInfGraph in com.hp.hpl.jena.reasoner.rulesys
 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 LPBackwardRuleInfGraph
          Inference graph for accessing the LP version of the backward chaining rule engine.
 class RDFSRuleInfGraph
          Customization of the generic rule inference graph for RDFS inference.
 class RETERuleInfGraph
          RETE implementation of the forward rule infernce graph.
 

Uses of BaseInfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner
 

Subclasses of BaseInfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner
 class TransitiveInfGraph
          Implementation of InfGraph used by the TransitiveReasoner.
 



Licenced under the Apache License, Version 2.0