Uses of Class
de.xima.fc.workflow.converter.graphdot.FlowGraphToGraphDotConverterSettings
-
Packages that use FlowGraphToGraphDotConverterSettings Package Description de.xima.fc.workflow.converter.graphdot -
-
Uses of FlowGraphToGraphDotConverterSettings in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot that return FlowGraphToGraphDotConverterSettings Modifier and Type Method Description FlowGraphToGraphDotConverterSettings
FlowGraphToGraphDotConverterSettings.Builder. build()
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type FlowGraphToGraphDotConverterSettings Modifier and Type Method Description static String
FlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, 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.converter.graphdot with parameters of type FlowGraphToGraphDotConverterSettings Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, 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.
-