Uses of Class
org.apache.jena.reasoner.rulesys.impl.StateFlag
Packages that use StateFlag
Package
Description
Internal implementation objects used by the rule system interpreters
and compilers.
-
Uses of StateFlag in org.apache.jena.reasoner.rulesys.impl
Fields in org.apache.jena.reasoner.rulesys.impl declared as StateFlagModifier and TypeFieldDescriptionstatic final StateFlagStateFlag.ACTIVEIndicates that the goal remains activestatic final StateFlagStateFlag.FAILIndicates a goal has failed and return no more answers at this timestatic final StateFlagStateFlag.SATISFIEDIndicates a fully satisfied goalstatic final StateFlagStateFlag.SUSPENDIndicates that all currently available results have been returned and the goal should be suspended into new subgoal results have been generatedMethods in org.apache.jena.reasoner.rulesys.impl that return StateFlagModifier and TypeMethodDescriptionConsumerChoicePointFrame.nextMatch(LPInterpreter interpreter) Find the next result triple and bind the result vars appropriately.