public class NodeDecl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<LinkDecl> |
links |
protected Map<String,Object> |
meta |
protected String |
task |
protected String |
title |
protected NodeType |
type |
protected String |
when |
| Modifier and Type | Method and Description |
|---|---|
NodeDecl |
linkAdd(String nextId)
配置连接
|
NodeDecl |
linkAdd(String nextId,
Consumer<LinkDecl> configure)
配置连接
|
NodeDecl |
meta(Map<String,Object> meta)
配置元信息
|
NodeDecl |
metaPut(String key,
Object value)
配置元信息
|
NodeDecl |
task(String task)
配置任务
|
NodeDecl |
title(String title)
配置标题
|
NodeDecl |
when(String when)
配置任务条件
|
Copyright © 2025. All rights reserved.