ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > NUM_RULES_NOT_FIRED

Extracts the number of rules in the ruleset that were not fired.

The extracted value is an integer, and can be compared using the following operators:

NUM_RULES_NOT_FIRED operators 
Operator 
Compares 
LT 
less than (<) 
NOT_LT 
greater than or equal to ( >= ) 
GT 
greater than ( > ) 
NOT_GT 
less than or equal to ( <= ) 
EQUALS 
equals ( = ) 
NOT_EQUALS 
does not equal ( != ) 

Related Sections

RULES_NOT_FIRED
RULES_FIRED
NUM_RULES_FIRED
ALL_RULES
NUM_ALL_RULES