Class IMPetriNet


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

      Constructors 
      Constructor Description
      IMPetriNet()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object[] minePetriNet​(org.deckfour.xes.model.XLog log, MiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)  
      java.lang.Object[] minePetriNet​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)  
      static java.lang.Object[] minePetriNet​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, MiningParameters parameters)  
      java.lang.Object[] minePetriNetParameters​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, MiningParameters parameters)  
      • Methods inherited from class java.lang.Object

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

      • IMPetriNet

        public IMPetriNet()
    • Method Detail

      • minePetriNet

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

        public java.lang.Object[] minePetriNetParameters​(org.processmining.framework.plugin.PluginContext context,
                                                         org.deckfour.xes.model.XLog log,
                                                         MiningParameters parameters)
      • minePetriNet

        public static java.lang.Object[] minePetriNet​(org.processmining.framework.plugin.PluginContext context,
                                                      org.deckfour.xes.model.XLog log,
                                                      MiningParameters parameters)
      • minePetriNet

        public static java.lang.Object[] minePetriNet​(org.deckfour.xes.model.XLog log,
                                                      MiningParameters parameters,
                                                      org.processmining.framework.packages.PackageManager.Canceller canceller)