Uses of Class
org.apache.jena.reasoner.rulesys.impl.GenericChoiceFrame
Packages that use GenericChoiceFrame
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of GenericChoiceFrame in org.apache.jena.reasoner.rulesys.impl
Subclasses of GenericChoiceFrame in org.apache.jena.reasoner.rulesys.implModifier and TypeClassDescriptionclassRepresents a single frame in the LP interpreter's choice point stack, represents the OR part of the search tree.classFrame in the LPInterpreter's control stack used to represent matching to the results of a tabled predicate.classFrame on the choice point stack used to represent the state of some form of triple match - this is either a direct graph query or a query to a cached set of results.classclassFrame on the choice point stack used to represent the state of a direct graph triple match.