Class PerformEnricher


  • public class PerformEnricher
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      PerformEnricher()  
    • 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 )
      org.processmining.plugins.stochasticpetrinet.enricher.StochasticManifestCollector getPerformanceCollector()  
      static org.processmining.plugins.stochasticpetrinet.enricher.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, org.processmining.plugins.stochasticpetrinet.enricher.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

      • PerformEnricher

        public PerformEnricher()
    • 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,
                                            org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfig mineConfig)
      • getTypeOfDistributionForNet

        public static org.processmining.plugins.stochasticpetrinet.enricher.PerformanceEnricherConfig getTypeOfDistributionForNet​(org.processmining.framework.plugin.PluginContext context,
                                                                                                                                  org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)
      • getPerformanceCollector

        public org.processmining.plugins.stochasticpetrinet.enricher.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: