public class RuleManager extends Object
| 构造器和说明 |
|---|
RuleManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Condition |
createCondition(ExpressNode condition,
Word[] words) |
static Rule |
createRule(ExpressNode root,
Word[] words) |
static RuleResult |
executeRule(ExpressRunner runner,
Rule rule,
IExpressContext<String,Object> context,
boolean isCache,
boolean isTrace) |
public static RuleResult executeRule(ExpressRunner runner, Rule rule, IExpressContext<String,Object> context, boolean isCache, boolean isTrace)
public static Rule createRule(ExpressNode root, Word[] words)
public static Condition createCondition(ExpressNode condition, Word[] words)
Copyright © 2012–2018 Alibaba Group. All rights reserved.