Uses of Class
org.apache.jena.reasoner.rulesys.impl.RETEEngine
Packages that use RETEEngine
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of RETEEngine in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl that return RETEEngineModifier and TypeMethodDescriptionRETERuleContext.getEngine()Returns the RETE engine associated with this context.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type RETEEngineModifier and TypeMethodDescriptionvoidRETETerminal.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 RETEEngineModifierConstructorDescriptionRETERuleContext(ForwardRuleInfGraphI graph, RETEEngine engine) Constructor.RETETerminal(Rule rule, RETEEngine engine, ForwardRuleInfGraphI graph) Constructor.