public class AddConceptNamePlugin
extends java.lang.Object
| Constructor and Description |
|---|
AddConceptNamePlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
addConceptNameDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.logenhancement.transforming.AddConceptNamePlugin.AddConceptNameParameters parameters)
Transform using provided parameter values.
|
org.deckfour.xes.model.XLog |
addConceptNameDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Transform using provided parameter values.
|
public org.deckfour.xes.model.XLog addConceptNameDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.logenhancement.transforming.AddConceptNamePlugin.AddConceptNameParameters parameters)
context - The given plug-in context.log - The given event log.parameters - The given parameters to select the right classifierpublic org.deckfour.xes.model.XLog addConceptNameDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
context - The given GUI-aware plug-in context.log - The given event log.