| ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > NUM_ALL_TASKS |
NUM_ALL_TASKS |
PREVIOUS NEXT |
Extracts the number of all tasks contained in the ruleset, whether or not they executed during the ruleset execution.
The extracted value is an integer, and can be compared using the following 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 ( != ) |
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |