Uses of Class
org.processmining.plugins.stochasticpetrinet.enricher.experiment.PerformanceEnricherExperimentPlugin.ExperimentType
-
Packages that use PerformanceEnricherExperimentPlugin.ExperimentType Package Description org.processmining.plugins.stochasticpetrinet.enricher.experiment -
-
Uses of PerformanceEnricherExperimentPlugin.ExperimentType in org.processmining.plugins.stochasticpetrinet.enricher.experiment
Methods in org.processmining.plugins.stochasticpetrinet.enricher.experiment that return PerformanceEnricherExperimentPlugin.ExperimentType Modifier and Type Method Description static PerformanceEnricherExperimentPlugin.ExperimentTypePerformanceEnricherExperimentPlugin.ExperimentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PerformanceEnricherExperimentPlugin.ExperimentType[]PerformanceEnricherExperimentPlugin.ExperimentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.stochasticpetrinet.enricher.experiment with parameters of type PerformanceEnricherExperimentPlugin.ExperimentType Modifier and Type Method Description java.lang.StringPerformanceEnricherExperimentResult. getResultsCSV(PerformanceEnricherExperimentPlugin.ExperimentType type)PerformanceEnricherExperimentResultPerformanceEnricherExperimentPlugin. performExperiment(org.processmining.contexts.uitopia.UIPluginContext context, StochasticNet net, org.processmining.models.semantics.petrinet.Marking initialMarking, PerformanceEnricherExperimentPlugin.ExperimentType type)We first simulate the net a number of times with a combination of given trace-sizes and policies, and then enrich the base Petri net to be stochastic again.
-