| Package | Description |
|---|---|
| org.beangle.ems.rule.engine | |
| org.beangle.ems.rule.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
RuleExecutor |
RuleExecutorBuilder.build(List<Rule> rules,
boolean stopWhenFail) |
RuleExecutor |
RuleExecutorBuilder.build(Rule rule) |
RuleExecutor |
RuleExecutorBuilder.build(RuleConfig ruleConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeExecutor
组合规则执行者
|
| Modifier and Type | Method and Description |
|---|---|
RuleExecutor |
DefaultRuleExecutorBuilder.build(List<Rule> rules,
boolean stopWhenFail) |
RuleExecutor |
DefaultRuleExecutorBuilder.build(Rule rule) |
RuleExecutor |
DefaultRuleExecutorBuilder.build(RuleConfig ruleConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleExecutor> |
CompositeExecutor.getExecutors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeExecutor.add(RuleExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeExecutor.setExecutors(List<RuleExecutor> executors) |
Copyright © 2013 The Beangle Software Group. All Rights Reserved.