public class AddArtificialStartFilter
extends java.lang.Object
Constructor and Description |
---|
AddArtificialStartFilter() |
Modifier and Type | Method and Description |
---|---|
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 start event to each
trace in the log.
|
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
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 addedLogFilterException