Uses of Interface
org.apache.jena.reasoner.rulesys.RuleReasoner
Packages that use RuleReasoner
Package
Description
Provides a selection of simple rule engines for Jena inference models.
-
Uses of RuleReasoner in org.apache.jena.reasoner.rulesys
Classes in org.apache.jena.reasoner.rulesys that implement RuleReasonerModifier and TypeClassDescriptionclassRule-based reasoner interface.classA reasoner interface that is able to invoke any of the useful rule engine combinations.classA hybrid forward/backward implementation of the OWL closure rules.classReasoner configuration for the OWL micro reasoner.classReasoner configuration for the OWL mini reasoner.classA backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.classA pure forward chaining implementation of the RDFS closure rules based upon the basic forward rule interpreter.classA full implementation of RDFS reasoning using a hybrid rule system, together with optimized subclass/subproperty closure using the transitive graph caches.