Uses of Class
org.apache.jena.reasoner.rulesys.impl.StateFlag
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of StateFlag in org.apache.jena.reasoner.rulesys.impl
Modifier and TypeFieldDescriptionstatic final StateFlag
StateFlag.ACTIVE
Indicates that the goal remains activestatic final StateFlag
StateFlag.FAIL
Indicates a goal has failed and return no more answers at this timestatic final StateFlag
StateFlag.SATISFIED
Indicates a fully satisfied goalstatic final StateFlag
StateFlag.SUSPEND
Indicates that all currently available results have been returned and the goal should be suspended into new subgoal results have been generatedModifier and TypeMethodDescriptionConsumerChoicePointFrame.nextMatch
(LPInterpreter interpreter) Find the next result triple and bind the result vars appropriately.