Class AddStPlugin


  • public class AddStPlugin
    extends java.lang.Object
    Add 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 AddStVisualizer filter​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
      This class adds missing start events to the event log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddStPlugin

        public AddStPlugin()
    • 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.