public class NutActionChainMaker extends Object implements ActionChainMaker
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,String> |
disabledProcessor |
| Constructor and Description |
|---|
NutActionChainMaker(String... args) |
| Modifier and Type | Method and Description |
|---|---|
ActionChain |
eval(NutConfig config,
ActionInfo ai)
根据配置信息,生成一个动作链
|
protected Processor |
getProcessorByName(NutConfig config,
String name) |
protected ConcurrentHashMap<String,String> disabledProcessor
public NutActionChainMaker(String... args)
public ActionChain eval(NutConfig config, ActionInfo ai)
ActionChainMakereval in interface ActionChainMakerconfig - 应用配置信息对象ai - 入口函数配置信息Copyright © 2017. All rights reserved.