Uses of Interface
org.apache.jena.reasoner.rulesys.BackwardRuleInfGraphI
Packages that use BackwardRuleInfGraphI
Package
Description
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of BackwardRuleInfGraphI in org.apache.jena.reasoner.rulesys
Classes in org.apache.jena.reasoner.rulesys that implement BackwardRuleInfGraphIModifier and TypeClassDescriptionclassAn 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. -
Uses of BackwardRuleInfGraphI in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return BackwardRuleInfGraphIModifier and TypeMethodDescriptionLPBRuleEngine.getInfGraph()Return the parent inference graph associated with this engineConstructors in org.apache.jena.reasoner.rulesys.impl with parameters of type BackwardRuleInfGraphIModifierConstructorDescriptionConstruct an empty context.LPBRuleEngine(BackwardRuleInfGraphI infGraph) Constructor.LPBRuleEngine(BackwardRuleInfGraphI infGraph, LPRuleStore rules) Constructor.