| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Method and Description |
|---|---|
Chain |
Link.chain()
所属链
|
Chain |
Node.chain()
所属链
|
static Chain |
Chain.parseByDom(org.noear.snack.ONode oNode)
解析文档树
|
static Chain |
Chain.parseByProperties(Properties properties)
解析属性
|
static Chain |
Chain.parseByUri(String uri)
解析文件
|
| Modifier and Type | Method and Description |
|---|---|
default void |
FlowEngine.eval(Chain chain)
评估
|
default void |
FlowEngine.eval(Chain chain,
ChainContext context)
评估
|
void |
FlowEngine.eval(Chain chain,
String startId,
int depth,
ChainContext context)
评估
|
protected int |
Counter.get(Chain chain,
String key)
获取
|
protected int |
Counter.incr(Chain chain,
String key)
增量
|
void |
FlowEngine.load(Chain chain)
加载链
|
protected void |
Counter.set(Chain chain,
String key,
int value)
设置
|
protected Stack<Integer> |
Counter.stack(Chain chain,
String key)
记录栈
|
| Constructor and Description |
|---|
Link(Chain chain,
String prveId,
LinkDecl decl) |
Node(Chain chain,
NodeDecl decl,
List<Link> links) |
Copyright © 2025. All rights reserved.