public class ActivityMappingPlugin
extends java.lang.Object
| Constructor and Description |
|---|
ActivityMappingPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
mapActivityNameDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
ActivityMappingParameters parameters)
Transform using provided parameter values.
|
org.deckfour.xes.model.XLog |
mapActivityNameDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Transform using provided parameter values.
|
void |
mapActivityNameWithoutCopy(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
Transform using provided parameter values.
|
public org.deckfour.xes.model.XLog mapActivityNameDefault(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
ActivityMappingParameters 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 mapActivityNameDefault(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.public void mapActivityNameWithoutCopy(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.