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)
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 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.Object
public RelabelParamPT getRelabelParam()
getRelabelParam
in interface ExpLocRefiningDiscoveryAlgorithm
public void setRelabelParam(RelabelParamPT relabelParam)
setRelabelParam
in interface ExpLocRefiningDiscoveryAlgorithm
public org.deckfour.xes.model.XLog getLocalRefinedLog()
getLocalRefinedLog
in interface ExpLocRefiningDiscoveryAlgorithm
public RelabelModel getRelabelModel()
getRelabelModel
in interface ExpLocRefiningDiscoveryAlgorithm