Class IMPetriNet
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.plugins.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)
-
-
-
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)
-
-