Class FlowerMiner


  • public class FlowerMiner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowerMiner()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static EfficientTree mine​(org.deckfour.xes.info.XLogInfo logInfo)  
      java.lang.Object[] mineDefaultPetrinet​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)  
      static java.lang.Object[] mineParametersPetrinet​(org.deckfour.xes.info.XLogInfo logInfo, org.deckfour.xes.classification.XEventClassifier classifier, org.deckfour.xes.classification.XEventClass dummy)  
      • Methods inherited from class java.lang.Object

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

      • FlowerMiner

        public FlowerMiner()
    • Method Detail

      • mineDefaultPetrinet

        public java.lang.Object[] mineDefaultPetrinet​(org.processmining.framework.plugin.PluginContext context,
                                                      org.deckfour.xes.model.XLog log)
      • mineParametersPetrinet

        public static java.lang.Object[] mineParametersPetrinet​(org.deckfour.xes.info.XLogInfo logInfo,
                                                                org.deckfour.xes.classification.XEventClassifier classifier,
                                                                org.deckfour.xes.classification.XEventClass dummy)
      • mine

        public static EfficientTree mine​(org.deckfour.xes.info.XLogInfo logInfo)