Package | Description |
---|---|
org.processmining.plugins.etm.experiments.thesis |
Modifier and Type | Method and Description |
---|---|
static ThesisExperimentProcessor.ProcessingModes |
ThesisExperimentProcessor.ProcessingModes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThesisExperimentProcessor.ProcessingModes[] |
ThesisExperimentProcessor.ProcessingModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ThesisExperimentProcessor.parse_basicDisc_runEx_noise(java.io.File eTMLocalLogsDirMostrecent,
java.lang.String experimentDate,
ThesisExperimentProcessor.ProcessingModes currentProcessingMode)
Parses the basicDisc_runEx_noise experiment files and produces a
statistics file and a .tex file with the 'most average' process tree
found in the final generation.
|
static void |
ThesisExperimentProcessor.parse_basicDisc_runEx_noNoise(java.io.File eTMLocalLogsDirMostrecent,
java.lang.String experimentDate,
ThesisExperimentProcessor.ProcessingModes currentProcessingMode)
Parses the basicDisc_runEx_noNoise experiment files and produces a
statistics file and a .tex file with the 'most average' process tree
found in the final generation.
|
static void |
ThesisExperimentProcessor.parse_basicDisc_runExNoise_pareto(java.io.File eTMLocalLogsDirMostrecent,
java.lang.String experimentDate,
ThesisExperimentProcessor.ProcessingModes currentProcessingMode) |
static void |
ThesisExperimentProcessor.parse_caseStudies_buildingPerm_and_WABO(java.io.File eTMLocalLogsDirPreferred,
java.lang.String experimentDate,
ThesisExperimentProcessor.ProcessingModes currentProcessingMode)
Processes the experiment codes caseStudies_BuildingPerm and
caseStudies_WABO1..5
|
static void |
ThesisExperimentProcessor.parse_standardStatsFile(java.io.File eTMLocalLogsDirMostrecent,
java.lang.String experimentDate,
java.lang.String experimentCode,
boolean randomVsGuidedMode,
ThesisExperimentProcessor.ProcessingModes currentProcessingMode)
Parses the provided experiment code statistic files and produces an
aggregated file.
|