public interface RulesEngineListener
| Modifier and Type | Method and Description |
|---|---|
default 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. |
default void |
beforeEvaluate(Rules rules,
Facts facts)
Triggered before evaluating the rule set.
|
default 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 rulesdefault void 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 © 2020. All Rights Reserved.