Uses of Interface
org.apache.jena.reasoner.rulesys.impl.LPAgendaEntry
Packages that use LPAgendaEntry
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of LPAgendaEntry in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement LPAgendaEntryModifier 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.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type LPAgendaEntryModifier and TypeMethodDescriptionvoidLPBRuleEngine.schedule(LPAgendaEntry state) Register that a generator or specific generator state (Consumer choice point) is now ready to run.