| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Field and Description |
|---|---|
protected List<LinkDecl> |
NodeDecl.links |
| Modifier and Type | Method and Description |
|---|---|
LinkDecl |
LinkDecl.condition(String condition)
配置条件
|
LinkDecl |
LinkDecl.meta(Map<String,Object> meta)
配置元信息
|
LinkDecl |
LinkDecl.metaPut(String key,
Object value)
配置元信息
|
LinkDecl |
LinkDecl.priority(int priority)
配置优先级(越大越优)
|
LinkDecl |
LinkDecl.title(String title)
配置标题
|
| Modifier and Type | Method and Description |
|---|---|
NodeDecl |
NodeDecl.linkAdd(String nextId,
Consumer<LinkDecl> configure)
配置连接
|
| Constructor and Description |
|---|
Link(Chain chain,
String prveId,
LinkDecl decl) |
Copyright © 2025. All rights reserved.