Package org.beangle.ems.rule.engine
Interface PatternMatcher
- All Known Implementing Classes:
FullPatternMatcher
public interface PatternMatcher
规则匹配器,用于匹配对应数据起作用的规则
- Author:
- chaostone
-
Method Summary
Modifier and TypeMethodDescriptionbuildAgenda(RuleBase base, Context context) 根据规则集,判断哪些属于这次的执行范围
-
Method Details
-
buildAgenda
根据规则集,判断哪些属于这次的执行范围- Parameters:
base-context-
-