Uses of Interface
org.beangle.ems.rule.engine.Agenda
-
Packages that use Agenda Package Description org.beangle.ems.rule.engine org.beangle.ems.rule.engine.impl -
-
Uses of Agenda in org.beangle.ems.rule.engine
Methods in org.beangle.ems.rule.engine that return Agenda Modifier and Type Method Description AgendaPatternMatcher. buildAgenda(RuleBase base, Context context)根据规则集,判断哪些属于这次的执行范围 -
Uses of Agenda in org.beangle.ems.rule.engine.impl
Classes in org.beangle.ems.rule.engine.impl that implement Agenda Modifier and Type Class Description classListAgenda顺序布置的规则执行顺序Methods in org.beangle.ems.rule.engine.impl that return Agenda Modifier and Type Method Description AgendaFullPatternMatcher. buildAgenda(RuleBase base, Context context)
-