ILOG JRules

Package ilog.rules.ras.extractor

Provides the core classes for all extractors used in tests.

See:
          Description

Class Summary
IlrAllRulesExtractor The extractor for the <all-rules> tag value of the scenario report.
IlrAllTasksExtractor The extractor for the <all-tasks> tag value of the scenario report.
IlrCanonicalRulesetPathExtractor The extractor for the <canonical-ruleset-path> tag value of the scenario report.
IlrErrorMessagesExtractor The extractor for the <error-messages> tag value of the scenario report.
IlrExecutionDurationExtractor The extractor for the <execution-duration> tag value of the scenario report.
IlrExecutionTracePropertiesExtractor The extractor for the <execution-trace-properties> tag value of the scenario report.
IlrInputParametersExtractor The extractor for the <input-parameters> tag value of the scenario report.
IlrNumAllRulesExtractor The extractor for the <num-all-rules> tag value of the scenario report.
IlrNumAllTasksExtractor The extractor for the <num-all-tasks> tag value of the scenario report.
IlrNumRulesFiredExtractor The extractor for the <num-rules-fired> tag value of the scenario report.
IlrNumRulesNotFiredExtractor The extractor for the <num-rules-not-fired> tag value of the scenario report.
IlrNumTasksExecutedExtractor The extractor for the <num-tasks-executed> tag value of the scenario report.
IlrNumTasksNotExecutedExtractor The extractor for the <num-tasks-not-executed> tag value of the scenario report.
IlrOutputParametersExtractor The extractor for the <output-parameters> tag value of the scenario report.
IlrOutputStringExtractor The extractor for the <output-string> tag value of the scenario report.
IlrRulesFiredExtractor The extractor for the <rules-fired> tag value of the scenario report.
IlrRulesNotFiredExtractor The extractor for a compiled value representing the list of non-fired rules.
IlrTasksExecutedExtractor The extractor for the <tasks-executed> tag value of the scenario report.
IlrTasksNotExecutedExtractor The extractor for a compiled value representing the list of non-executed tasks.
IlrUserDataExtractor The extractor for the <user-data> tag value of the scenario report.
IlrWarningMessagesExtractor The extractor for the <warning-messages> tag value of the scenario report.
IlrWorkingMemoryExtractor The extractor for the <working-memory> tag value of the scenario report.
 

Package ilog.rules.ras.extractor Description

Provides the core classes for all extractors used in tests.


ILOG JRules