Uses of Class
org.apache.jena.reasoner.BaseInfGraph
Packages that use BaseInfGraph
Package
Description
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of BaseInfGraph in org.apache.jena.reasoner
Constructors in org.apache.jena.reasoner with parameters of type BaseInfGraph -
Uses of BaseInfGraph in org.apache.jena.reasoner.rulesys
Subclasses of BaseInfGraph in org.apache.jena.reasoner.rulesysModifier and TypeClassDescriptionclassAn inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set.classAn inference graph that uses a mixture of forward and backward chaining rules.classInference graph for accessing the LP version of the backward chaining rule engine.classCustomization of the generic rule inference graph for RDFS inference.classRETE implementation of the forward rule inference graph. -
Uses of BaseInfGraph in org.apache.jena.reasoner.transitiveReasoner
Subclasses of BaseInfGraph in org.apache.jena.reasoner.transitiveReasonerModifier and TypeClassDescriptionclassImplementation of InfGraph used by the TransitiveReasoner.