Uses of Interface
org.apache.jena.reasoner.rulesys.impl.FRuleEngineI
Packages that use FRuleEngineI
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of FRuleEngineI in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement FRuleEngineIModifier and TypeClassDescriptionclassThe processing engine for forward production rules.classA RETE version of the forward rule system engine.Methods in org.apache.jena.reasoner.rulesys.impl that return FRuleEngineIModifier and TypeMethodDescriptionFRuleEngineIFactory.createFRuleEngineI(ForwardRuleInfGraphI parent, List<Rule> rules, boolean useRETE) Creates aForwardRuleInfGraphIinstance.