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

Extracts the number of all rules contained in the ruleset, whether or not they fired during the ruleset execution.

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

NUM_ALL_RULES 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

ALL_RULES
RULES_FIRED
NUM_RULES_FIRED
RULES_NOT_FIRED
NUM_RULES_NOT_FIRED