Uses of Class
org.apache.jena.reasoner.rulesys.impl.LPBRuleEngine
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of LPBRuleEngine in org.apache.jena.reasoner.rulesys.impl
Modifier and TypeMethodDescriptionLPInterpreter.getEngine()
Return the engine which owns this interpreter.ModifierConstructorDescriptionLPInterpreter
(LPBRuleEngine engine, TriplePattern goal) Constructor used to construct top level calls.LPInterpreter
(LPBRuleEngine engine, TriplePattern goal, boolean isTop) Constructor.LPInterpreter
(LPBRuleEngine engine, TriplePattern goal, List<RuleClauseCode> clauses, boolean isTop) Constructor.