Class PerformanceEnricher


  • public class PerformanceEnricher
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • 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 )
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • PerformanceEnricher

        public PerformanceEnricher()
    • 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)
      • 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: