Uses of Class
de.xima.fc.workflow.designer.logic.FlowGraphToGraphDotConverterSettings
-
Packages that use FlowGraphToGraphDotConverterSettings Package Description de.xima.fc.workflow.designer.logic -
-
Uses of FlowGraphToGraphDotConverterSettings in de.xima.fc.workflow.designer.logic
Methods in de.xima.fc.workflow.designer.logic that return FlowGraphToGraphDotConverterSettings Modifier and Type Method Description FlowGraphToGraphDotConverterSettings
FlowGraphToGraphDotConverterSettings.Builder. build()
Methods in de.xima.fc.workflow.designer.logic with parameters of type FlowGraphToGraphDotConverterSettings Modifier and Type Method Description static String
FlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)
Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.designer.logic with parameters of type FlowGraphToGraphDotConverterSettings Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)
Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result.
-