Class ListAgenda

java.lang.Object
org.beangle.ems.rule.engine.impl.ListAgenda
All Implemented Interfaces:
Agenda

public class ListAgenda extends Object implements Agenda
顺序布置的规则执行顺序
Author:
chaostone
  • Constructor Details

    • ListAgenda

      public ListAgenda()
    • ListAgenda

      public ListAgenda(List<Rule> rules)
  • Method Details