Uses of Interface
org.apache.jena.reasoner.rulesys.ForwardRuleInfGraphI
Packages that use ForwardRuleInfGraphI
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 ForwardRuleInfGraphI in org.apache.jena.reasoner.rulesys
Classes in org.apache.jena.reasoner.rulesys that implement ForwardRuleInfGraphIModifier 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.classCustomization of the generic rule inference graph for RDFS inference.classRETE implementation of the forward rule inference graph. -
Uses of ForwardRuleInfGraphI in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type ForwardRuleInfGraphIModifier and TypeMethodDescriptionFRuleEngineIFactory.createFRuleEngineI(ForwardRuleInfGraphI parent, List<Rule> rules, boolean useRETE) Creates aForwardRuleInfGraphIinstance.voidRETETerminal.setContext(RETEEngine engine, ForwardRuleInfGraphI graph) Change the engine/graph to which this terminal should deliver its results.Constructors in org.apache.jena.reasoner.rulesys.impl with parameters of type ForwardRuleInfGraphIModifierConstructorDescriptionConstructor.FRuleEngine(ForwardRuleInfGraphI parent) Constructor.FRuleEngine(ForwardRuleInfGraphI parent, List<Rule> rules) Constructor.RETEEngine(ForwardRuleInfGraphI parent) Constructor.RETEEngine(ForwardRuleInfGraphI parent, List<Rule> rules) Constructor.RETERuleContext(ForwardRuleInfGraphI graph, RETEEngine engine) Constructor.RETETerminal(Rule rule, RETEEngine engine, ForwardRuleInfGraphI graph) Constructor.