public class MermaidHelper extends Object
| 构造器和说明 |
|---|
MermaidHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getChartHtml(IFlowService flowService,
String flow,
String flowCode) |
static String |
getChartSQL(String flow) |
static String |
getFlowChartCode(IFlowService flowService,
String flow,
String flowCode) |
static String |
getFlowChartCode(List<FlowDefaultConfig> defaultConfigs,
List<FlowNextConfig> nextConfigs,
Map<String,String> nodeNameMap,
String flow,
String flowCode,
IFlowService flowService) |
public static String getChartHtml(IFlowService flowService, String flow, String flowCode)
public static String getFlowChartCode(IFlowService flowService, String flow, String flowCode)
public static String getFlowChartCode(List<FlowDefaultConfig> defaultConfigs, List<FlowNextConfig> nextConfigs, Map<String,String> nodeNameMap, String flow, String flowCode, IFlowService flowService)
Copyright © 2022. All rights reserved.