public interface RulesEngineListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(Rules rules,
Facts facts)
Triggered after executing the rule set
When this listener is used with a
InferenceRulesEngine, this method will be triggered after the execution of each candidate rule set in each iteration. |
void |
beforeEvaluate(Rules rules,
Facts facts)
Triggered before evaluating the rule set.
|
void beforeEvaluate(Rules rules, Facts facts)
InferenceRulesEngine, this method will be triggered before the evaluation of each candidate rule set in each iteration.rules - to firefacts - present before firing rulesvoid afterExecute(Rules rules, Facts facts)
InferenceRulesEngine, this method will be triggered after the execution of each candidate rule set in each iteration.rules - firedfacts - present after firing rulesCopyright © 2018. All Rights Reserved.