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 voidRulesEngineListener.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 voidRulesEngineListener.beforeEvaluate(Rules rules, Facts facts) Triggered before evaluating the rule set.Check rules without firing them.voidFire all registered rules on given facts.voidRules.unregister(Rules... rules) -
Uses of Rules in org.jeasy.rules.core
Methods in org.jeasy.rules.core with parameters of type Rules