org.processmining.plugins.log.logfilters.impl
Class AddArtificialEndFilter

java.lang.Object
  extended by org.processmining.plugins.log.logfilters.impl.AddArtificialEndFilter

public class AddArtificialEndFilter
extends java.lang.Object


Constructor Summary
AddArtificialEndFilter()
           
 
Method Summary
 org.deckfour.xes.model.XLog filter(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XEvent event)
          This method filters a log by adding an artificial end event to each trace in the log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddArtificialEndFilter

public AddArtificialEndFilter()
Method Detail

filter

public org.deckfour.xes.model.XLog filter(org.processmining.framework.plugin.PluginContext context,
                                          org.deckfour.xes.model.XLog log,
                                          org.deckfour.xes.model.XEvent event)
                                   throws LogFilterException
This method filters a log by adding an artificial end event to each trace in the log.

Parameters:
context - The pluginContext in which this plugin is executed.
log - The log that needs to be filtered.
event - The event label of the event to be added
Returns:
the filtered log
Throws:
LogFilterException