Class AddStMain


  • public class AddStMain
    extends java.lang.Object
    Check 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
      int getAddCounter()
      Number of start events added
      org.deckfour.xes.model.XLog getLog()
      The edited log
      int getRemoveCounter()
      Number of events removed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail

      • getLog

        public org.deckfour.xes.model.XLog getLog()
        The edited log
        Returns:
        XLog
      • getAddCounter

        public int getAddCounter()
        Number of start events added
        Returns:
        Start Events added
      • getRemoveCounter

        public int getRemoveCounter()
        Number of events removed
        Returns:
        No of events removed