public class PreprocessPlugin
extends java.lang.Object
Constructor and Description |
---|
PreprocessPlugin() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
assignControlledLabel(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
After we randomly assign labels on the traces, we need to have control on
it.
|
org.deckfour.xes.model.XLog |
assignSpecificLabel(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
One more plugin to assign label to specific log variants -- to show
summary, variants and its number -- also the attributes when its traces
have, then also show summary -- given the label, choose to assign it to
specific variants -- only for situation, not overlap ones.
|
org.deckfour.xes.model.XLog |
extractPosComplementData(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
org.deckfour.xes.model.XLog |
extractPosData(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
create a plugin to group data w.r.t.
|
org.deckfour.xes.model.XLog |
sampleLog(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
public org.deckfour.xes.model.XLog assignControlledLabel(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XLog assignSpecificLabel(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XLog extractPosData(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XLog extractPosComplementData(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
public org.deckfour.xes.model.XLog sampleLog(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)