org.processmining.plugins.loginsertstart
Class AddStPlugin

java.lang.Object
  extended by org.processmining.plugins.loginsertstart.AddStPlugin

public class AddStPlugin
extends java.lang.Object

Add missing start events to the log

Author:
jnakatumba

Constructor Summary
AddStPlugin()
           
 
Method Summary
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.