Class AddStMain
- java.lang.Object
-
- org.processmining.plugins.loginsertstart.AddStMain
-
public class AddStMain extends java.lang.ObjectCheck the log and see if any start events exist or not in the event log and then calls the class to add the add the missing start events.- Author:
- jnakatumba
-
-
Constructor Summary
Constructors Constructor Description AddStMain(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.String displayChoice, java.lang.String outLierChoice)Initialize the plugin by checking if any start events exist in the log
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAddCounter()Number of start events addedorg.deckfour.xes.model.XLoggetLog()The edited logintgetRemoveCounter()Number of events removed
-
-
-
Constructor Detail
-
AddStMain
public AddStMain(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.String displayChoice, java.lang.String outLierChoice)Initialize the plugin by checking if any start events exist in the log- Parameters:
context- The pluginContext in which this plugin is executed.log- The log that needs to be filtered.
-
-