类 CompositeExecutor
java.lang.Object
org.beangle.ems.rule.engine.impl.CompositeExecutor
- 所有已实现的接口:
RuleExecutor
组合规则执行者
- 作者:
- chaostone
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidadd(RuleExecutor executor) booleanbooleanvoidsetExecutors(List<RuleExecutor> executors) voidsetStopWhenFail(boolean stopWhenFailure)
-
构造器详细资料
-
CompositeExecutor
public CompositeExecutor()
-
-
方法详细资料
-
execute
- 指定者:
execute在接口中RuleExecutor
-
add
-
getExecutors
-
setExecutors
-
isStopWhenFail
public boolean isStopWhenFail() -
setStopWhenFail
public void setStopWhenFail(boolean stopWhenFailure)
-