Uses of Interface
org.apache.jena.reasoner.rulesys.impl.FRuleEngineI
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of FRuleEngineI in org.apache.jena.reasoner.rulesys.impl
Modifier and TypeClassDescriptionclass
The processing engine for forward production rules.class
A RETE version of the forward rule system engine.Modifier and TypeMethodDescriptionFRuleEngineIFactory.createFRuleEngineI
(ForwardRuleInfGraphI parent, List<Rule> rules, boolean useRETE) Creates aForwardRuleInfGraphI
instance.