| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Chain.getLinks()
获取所有连接
|
List<Link> |
Node.getNextLinks()
后面的连接(流出连接)
|
List<Link> |
Node.getPrevLinks()
前面的连接(流入连接)
|
| Modifier and Type | Method and Description |
|---|---|
int |
Link.compareTo(Link o) |
| Constructor and Description |
|---|
Node(Chain chain,
NodeDecl decl,
List<Link> links) |
Copyright © 2025. All rights reserved.