Uses of Interface
org.beangle.ems.rule.Context
-
Packages that use Context Package Description org.beangle.ems.rule.engine org.beangle.ems.rule.engine.impl org.beangle.ems.rule.model -
-
Uses of Context in org.beangle.ems.rule.engine
Methods in org.beangle.ems.rule.engine with parameters of type Context Modifier and Type Method Description AgendaPatternMatcher. buildAgenda(RuleBase base, Context context)根据规则集,判断哪些属于这次的执行范围voidEngine. execute(Context context)booleanRuleExecutor. execute(Context context) -
Uses of Context in org.beangle.ems.rule.engine.impl
Methods in org.beangle.ems.rule.engine.impl with parameters of type Context Modifier and Type Method Description AgendaFullPatternMatcher. buildAgenda(RuleBase base, Context context)booleanCompositeExecutor. execute(Context context)voidSimpleEngine. execute(Context context) -
Uses of Context in org.beangle.ems.rule.model
Classes in org.beangle.ems.rule.model that implement Context Modifier and Type Class Description classSimpleContext
-