Class AssignLifecycleModelLogAttributePlugin
- java.lang.Object
-
- org.processmining.lifecycleperformance.algorithms.AssignLifecycleModelLogAttributeAlgorithm
-
- org.processmining.lifecycleperformance.plugins.AssignLifecycleModelLogAttributePlugin
-
public class AssignLifecycleModelLogAttributePlugin extends AssignLifecycleModelLogAttributeAlgorithm
-
-
Constructor Summary
Constructors Constructor Description AssignLifecycleModelLogAttributePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogrunDefault(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)org.deckfour.xes.model.XLogrunDialog(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog eventlog)org.deckfour.xes.model.XLogrunParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog, AssignLifecycleModelLogAttributeParameters parameters)org.deckfour.xes.model.XLogrunPrivate(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlogin, AssignLifecycleModelLogAttributeParameters parameters)-
Methods inherited from class org.processmining.lifecycleperformance.algorithms.AssignLifecycleModelLogAttributeAlgorithm
apply
-
-
-
-
Method Detail
-
runDefault
public org.deckfour.xes.model.XLog runDefault(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)
-
runParameters
public org.deckfour.xes.model.XLog runParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog, AssignLifecycleModelLogAttributeParameters parameters)
-
runDialog
public org.deckfour.xes.model.XLog runDialog(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog eventlog)
-
runPrivate
public org.deckfour.xes.model.XLog runPrivate(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlogin, AssignLifecycleModelLogAttributeParameters parameters)
-
-