Uses of Interface
org.apache.jena.reasoner.rulesys.impl.LPInterpreterState
Packages that use LPInterpreterState
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of LPInterpreterState in org.apache.jena.reasoner.rulesys.impl
Subinterfaces of LPInterpreterState in org.apache.jena.reasoner.rulesys.implModifier and TypeInterfaceDescriptioninterfaceThe context in which an LPInterpreter instance is running.Classes in org.apache.jena.reasoner.rulesys.impl that implement LPInterpreterStateModifier and TypeClassDescriptionclassFrame in the LPInterpreter's control stack used to represent matching to the results of a tabled predicate.classA 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 with parameters of type LPInterpreterStateModifier and TypeMethodDescriptionvoidGenerator.pump(LPInterpreterState context) Start this generator running from the given previous blocked generating choice point.voidLPInterpreter.setState(LPInterpreterState state) Start the interpreter running with the given context.