Uses of Class
org.jeasy.rules.api.Rules
Packages that use Rules
Package
Description
This package contains Easy Rules public API.
This package contains Easy Rules core implementation.
-
Uses of Rules in org.jeasy.rules.api
Methods in org.jeasy.rules.api with parameters of type RulesModifier and TypeMethodDescriptiondefault void
RulesEngineListener.afterExecute
(Rules rules, Facts facts) Triggered after executing the rule set When this listener is used with aInferenceRulesEngine
, this method will be triggered after the execution of each candidate rule set in each iteration.default void
RulesEngineListener.beforeEvaluate
(Rules rules, Facts facts) Triggered before evaluating the rule set.Check rules without firing them.void
Fire all registered rules on given facts.void
Rules.unregister
(Rules... rules) -
Uses of Rules in org.jeasy.rules.core
Methods in org.jeasy.rules.core with parameters of type Rules