Package | Description |
---|---|
org.processmining.plugins.etm.experiments.thesis |
Modifier and Type | Method and Description |
---|---|
static ThesisExperimentProcessor.ConfigurationApproaches |
ThesisExperimentProcessor.ConfigurationApproaches.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThesisExperimentProcessor.ConfigurationApproaches[] |
ThesisExperimentProcessor.ConfigurationApproaches.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_config_standard(java.util.List<org.deckfour.xes.model.XLog> logs,
java.lang.String baseLatexCode,
java.util.Map<ThesisExperimentProcessor.ConfigurationApproaches,java.lang.String[]> standardTrees)
Processes the configuration experiments, all 5 approaches.
|