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 TypeClassDescriptionclass
Rule-based reasoner interface.class
A reasoner interface that is able to invoke any of the useful rule engine combinations.class
A hybrid forward/backward implementation of the OWL closure rules.class
Reasoner configuration for the OWL micro reasoner.class
Reasoner configuration for the OWL mini reasoner.class
A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.class
A pure forward chaining implementation of the RDFS closure rules based upon the basic forward rule interpreter.class
A full implementation of RDFS reasoning using a hybrid rule system, together with optimized subclass/subproperty closure using the transitive graph caches.