Uses of Class
org.processmining.specpp.config.parameters.OutputPathParameters
-
-
Uses of OutputPathParameters in org.processmining.specpp.componenting.data
Fields in org.processmining.specpp.componenting.data with type parameters of type OutputPathParameters Modifier and Type Field Description static ParameterRequirement<OutputPathParameters>ParameterRequirements. OUTPUT_PATH_PARAMETERS -
Uses of OutputPathParameters in org.processmining.specpp.config.parameters
Methods in org.processmining.specpp.config.parameters that return OutputPathParameters Modifier and Type Method Description static OutputPathParametersOutputPathParameters. getDefault()static OutputPathParametersOutputPathParameters. ofPrefix(java.lang.String prefix) -
Uses of OutputPathParameters in org.processmining.specpp.orchestra
Methods in org.processmining.specpp.orchestra with parameters of type OutputPathParameters Modifier and Type Method Description static voidSPECppOutputtingUtils. saveFinalResult(OutputPathParameters outputPathParameters, ProMPetrinetWrapper finalResult, PetrinetVisualization petrinetVisualization)Deprecated.static voidSPECppOutputtingUtils. saveMonitoringResults(OutputPathParameters outputPathParameters, java.util.List<java.util.Map.Entry<java.lang.String,Monitor<?,?>>> monitors)Deprecated. -
Uses of OutputPathParameters in org.processmining.specpp.postprocessing
Constructors in org.processmining.specpp.postprocessing with parameters of type OutputPathParameters Constructor Description PlaceExporter(OutputPathParameters outputPathParameters) -
Uses of OutputPathParameters in org.processmining.specpp.supervision.supervisors
Fields in org.processmining.specpp.supervision.supervisors with type parameters of type OutputPathParameters Modifier and Type Field Description protected DelegatingDataSource<OutputPathParameters>FileWritingMonitoringSupervisor. pathParametersSource
-