public class PerformanceEnricher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
EPSILON |
static double |
THRESHOLD_FOR_DETERMINISTIC_VALUES
Allow up to 5 percent of noise, before judging a transition as non-deterministic time
|
Constructor and Description |
---|
PerformanceEnricher() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,int[]> |
getMarkingBasedSelections()
Gets all markings, where selection is based on weights (markings, where only immediate transitions are enabled, or all markings, where )
|
StochasticManifestCollector |
getPerformanceCollector() |
static PerformanceEnricherConfig |
getTypeOfDistributionForNet(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net) |
java.lang.Object[] |
transform(org.processmining.framework.plugin.PluginContext context,
org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest) |
java.lang.Object[] |
transform(org.processmining.framework.plugin.PluginContext context,
org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest,
PerformanceEnricherConfig mineConfig) |
public static final double EPSILON
public static final double THRESHOLD_FOR_DETERMINISTIC_VALUES
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest)
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest, PerformanceEnricherConfig mineConfig)
public static PerformanceEnricherConfig getTypeOfDistributionForNet(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)
public StochasticManifestCollector getPerformanceCollector()
public java.util.Map<java.lang.String,int[]> getMarkingBasedSelections()