Class FlowerMinerDfg


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

      Constructors 
      Constructor Description
      FlowerMinerDfg()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static EfficientTree mine​(java.lang.String[] activities)  
      static EfficientTree mine​(org.deckfour.xes.classification.XEventClass[] vertices)  
      org.processmining.processtree.ProcessTree mine​(org.processmining.framework.plugin.PluginContext context, Dfg dfg)  
      • Methods inherited from class java.lang.Object

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

      • FlowerMinerDfg

        public FlowerMinerDfg()
    • Method Detail

      • mine

        public org.processmining.processtree.ProcessTree mine​(org.processmining.framework.plugin.PluginContext context,
                                                              Dfg dfg)
      • mine

        public static EfficientTree mine​(org.deckfour.xes.classification.XEventClass[] vertices)
      • mine

        public static EfficientTree mine​(java.lang.String[] activities)