public class FlowChartHelper extends Object
| 构造器和说明 |
|---|
FlowChartHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getFlowChartCode(IFlowService flowService,
String flow,
String node) |
static String |
getFlowChartCode(List<FlowNextConfig> nextConfigs,
Map<String,String> nodeNameMap,
String flow,
String startNode,
String currentNode,
List<String> pastNodes) |
public static String getFlowChartCode(IFlowService flowService, String flow, String node)
Copyright © 2022. All rights reserved.