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

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

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

Table 1-1 NUM_RULES_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_FIRED
RULES_NOT_FIRED
NUM_RULES_NOT_FIRED
ALL_RULES
NUM_ALL_RULES