Class AddStPlugin
- java.lang.Object
-
- org.processmining.plugins.loginsertstart.AddStPlugin
-
public class AddStPlugin extends java.lang.ObjectAdd missing start events to the log- Author:
- jnakatumba
-
-
Constructor Summary
Constructors Constructor Description AddStPlugin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AddStVisualizerfilter(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)This class adds missing start events to the event log
-
-
-
Method Detail
-
filter
public static AddStVisualizer filter(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
This class adds missing start events to the event log- Parameters:
context- The pluginContext in which this plugin is executed.log- The log that needs to be filtered.- Returns:
- the changed log.
-
-