Class PerformanceEnricher
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricher
-
public class PerformanceEnricher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleEPSILONstatic doubleTHRESHOLD_FOR_DETERMINISTIC_VALUESAllow up to 5 percent of noise, before judging a transition as non-deterministic time
-
Constructor Summary
Constructors Constructor Description PerformanceEnricher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 )StochasticManifestCollectorgetPerformanceCollector()static PerformanceEnricherConfiggetTypeOfDistributionForNet(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)
-
-
-
Field Detail
-
EPSILON
public static final double EPSILON
- See Also:
- Constant Field Values
-
THRESHOLD_FOR_DETERMINISTIC_VALUES
public static final double THRESHOLD_FOR_DETERMINISTIC_VALUES
Allow up to 5 percent of noise, before judging a transition as non-deterministic time- See Also:
- Constant Field Values
-
-
Method Detail
-
transform
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest)
-
transform
public java.lang.Object[] transform(org.processmining.framework.plugin.PluginContext context, org.processmining.plugins.petrinet.manifestreplayresult.Manifest manifest, PerformanceEnricherConfig mineConfig)
-
getTypeOfDistributionForNet
public static PerformanceEnricherConfig getTypeOfDistributionForNet(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)
-
getPerformanceCollector
public StochasticManifestCollector getPerformanceCollector()
-
getMarkingBasedSelections
public 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 )- Returns:
-
-