java.lang .Object com.hp.hpl.jena.reasoner.rulesys.impl .StateFlag StateFlag public class StateFlag (Code) A set of constants used to record state information in the
backchaining rule interepreter.
author: Dave Reynolds version: $Revision: 1.9 $ on $Date: 2008/01/02 12:06:17 $
ACTIVE final public static StateFlag ACTIVE (Code) Indicates that the goal remains active
FAIL final public static StateFlag FAIL (Code) Indicates a goal has failed and return no more answers at this time
SATISFIED final public static StateFlag SATISFIED (Code) Indicates a fully satisfied goal
SUSPEND final public static StateFlag SUSPEND (Code) Indicates that all currently available results have been returned and
the goal should be suspended into new subgoal results have been generated