public class ExpDiscoveryETM extends java.lang.Object implements ExpDiscoveryAlgorithm
Constructor and Description |
---|
ExpDiscoveryETM() |
Modifier and Type | Method and Description |
---|---|
static MarkedPetrinet |
convertProcessTreeToPetrinet(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree) |
MarkedPetrinet |
minePetrinet(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
This functions mines a petri net from the given log using
XEventNameClassifier, including the initial marking and final marking(s).
|
MarkedPetrinet |
minePetrinet(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
java.lang.String |
toString() |
public MarkedPetrinet minePetrinet(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
ExpDiscoveryAlgorithm
minePetrinet
in interface ExpDiscoveryAlgorithm
public MarkedPetrinet minePetrinet(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
minePetrinet
in interface ExpDiscoveryAlgorithm
public static MarkedPetrinet convertProcessTreeToPetrinet(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree)
public java.lang.String toString()
toString
in class java.lang.Object