public class RelabelHyberApproachIM extends java.lang.Object implements ExpLocRefiningDiscoveryAlgorithm
| Constructor and Description |
|---|
RelabelHyberApproachIM() |
| Modifier and Type | Method and Description |
|---|---|
static MarkedPetrinet |
convertTree(org.processmining.processtree.ProcessTree tree) |
static MarkedPetrinet |
convertTreeInContext(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree) |
org.deckfour.xes.model.XLog |
getLocalRefinedLog() |
RelabelModel |
getRelabelModel() |
RelabelParamPT |
getRelabelParam() |
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) |
void |
setRelabelParam(RelabelParamPT relabelParam) |
java.lang.String |
toString() |
public MarkedPetrinet minePetrinet(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
ExpDiscoveryAlgorithmminePetrinet in interface ExpDiscoveryAlgorithmpublic MarkedPetrinet minePetrinet(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
minePetrinet in interface ExpDiscoveryAlgorithmpublic static MarkedPetrinet convertTreeInContext(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree)
public static MarkedPetrinet convertTree(org.processmining.processtree.ProcessTree tree)
public java.lang.String toString()
toString in class java.lang.Objectpublic RelabelParamPT getRelabelParam()
getRelabelParam in interface ExpLocRefiningDiscoveryAlgorithmpublic void setRelabelParam(RelabelParamPT relabelParam)
setRelabelParam in interface ExpLocRefiningDiscoveryAlgorithmpublic org.deckfour.xes.model.XLog getLocalRefinedLog()
getLocalRefinedLog in interface ExpLocRefiningDiscoveryAlgorithmpublic RelabelModel getRelabelModel()
getRelabelModel in interface ExpLocRefiningDiscoveryAlgorithm