Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.enricher.experiment |
Modifier and Type | Method and Description |
---|---|
static PerformanceEnricherExperimentPlugin.ExperimentType |
PerformanceEnricherExperimentPlugin.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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PerformanceEnricherExperimentResult.getResultsCSV(PerformanceEnricherExperimentPlugin.ExperimentType type) |
PerformanceEnricherExperimentResult |
PerformanceEnricherExperimentPlugin.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.
|