Uses of Class
org.apache.jena.reasoner.rulesys.impl.FrameObject
Packages that use FrameObject
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of FrameObject in org.apache.jena.reasoner.rulesys.impl
Subclasses of FrameObject 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.classRepresents a single frame in the LP interpreter's environment stack.classExtension of the normal AND-stack environment frame to support incremental derivation logging.classCore properties of choice frames used use to represent the OR state of the backtracking search.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.Methods in org.apache.jena.reasoner.rulesys.impl that return FrameObjectModifier and TypeMethodDescriptionLPInterpreter.getChoiceFrame()Return the current choice point frame that can be used to restart the interpter at this point.FrameObject.getLink()Return the prior frame in the tree.Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type FrameObjectModifier and TypeMethodDescriptionvoidFrameObject.fastLinkTo(FrameObject prior) Link this frame to an existing frame.voidFrameObject.linkTo(FrameObject prior) Link this frame to an existing frame.