Uses of Interface
org.apache.jena.reasoner.rulesys.impl.LPInterpreterContext
Packages that use LPInterpreterContext
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of LPInterpreterContext in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement LPInterpreterContextModifier and TypeClassDescriptionclassA generator represents a set of memoized results for a single tabled subgoal.classWraps up the results an LP rule engine instance into a conventional iterator.Methods in org.apache.jena.reasoner.rulesys.impl that return LPInterpreterContextModifier and TypeMethodDescriptionConsumerChoicePointFrame.getConsumingContext()Return the interpeter context which is reading the results of this consumer.LPInterpreter.getContext()Return the context in which this interpreter is running, that is either the Generator for a tabled goal or a top level iterator.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type LPInterpreterContextModifier and TypeMethodDescriptionvoidLPBRuleEngine.pump(LPInterpreterContext gen) Run the scheduled generators until the given generator is ready to run.voidLPInterpreter.setTopInterpreter(LPInterpreterContext context) Called by top level interpreter to set to execution context for this interpreter to be top level instead of an internal generator.