Uses of Class
de.xima.fc.workflow.converter.graphdot.FlowGraphToGraphDotConverterSettings
Packages that use FlowGraphToGraphDotConverterSettings
-
Uses of FlowGraphToGraphDotConverterSettings in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot that return FlowGraphToGraphDotConverterSettingsMethods in de.xima.fc.workflow.converter.graphdot with parameters of type FlowGraphToGraphDotConverterSettingsModifier and TypeMethodDescriptionstatic StringFlowGraphToGraphDotConverter.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 FlowGraphToGraphDotConverterSettingsModifierConstructorDescriptionFlowGraphToGraphDotConverter(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.