Class AddArtificialEndFilter
- java.lang.Object
-
- org.processmining.plugins.log.logfilters.impl.AddArtificialEndFilter
-
public class AddArtificialEndFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddArtificialEndFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogfilter(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.
-
-
-
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 LogFilterExceptionThis 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
-
-