Uses of Class
com.bytedesk.core.workflow.edge.WorkflowEdge
Packages that use WorkflowEdge
Package
Description
-
Uses of WorkflowEdge in com.bytedesk.core.workflow
Fields in com.bytedesk.core.workflow with type parameters of type WorkflowEdgeMethods in com.bytedesk.core.workflow that return types with arguments of type WorkflowEdgeModifier and TypeMethodDescriptionstatic List<WorkflowEdge>
WorkflowUtils.parseEdges
(String json) 从JSON字符串解析边列表Method parameters in com.bytedesk.core.workflow with type arguments of type WorkflowEdgeModifier and TypeMethodDescriptionstatic String
WorkflowUtils.edgesToJson
(List<WorkflowEdge> edges) 将边列表转换为JSON字符串 -
Uses of WorkflowEdge in com.bytedesk.core.workflow.edge
Methods in com.bytedesk.core.workflow.edge that return WorkflowEdge -
Uses of WorkflowEdge in com.bytedesk.core.workflow.node
Fields in com.bytedesk.core.workflow.node with type parameters of type WorkflowEdgeModifier and TypeFieldDescriptionprivate List<WorkflowEdge>
WorkflowBaseNode.edges
子节点间连线(用于group和loop节点)private List<WorkflowEdge>
WorkflowBaseNode.inEdges
入边列表private List<WorkflowEdge>
WorkflowBaseNode.outEdges
出边列表