Class DuplicateEventLogFilter
- java.lang.Object
-
- org.processmining.plugins.log.logfilters.impl.DuplicateEventLogFilter
-
public class DuplicateEventLogFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DuplicateEventLogFilter()
-
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.classification.XEventClasses events)This method filters a log by removing events from a trace, if the event is of the same XEventClass as the previous event
-
-
-
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.classification.XEventClasses events) throws LogFilterExceptionThis method filters a log by removing events from a trace, if the event is of the same XEventClass as the previous event- Parameters:
context- The pluginContext in which this plugin is executed.log- The log that needs to be filtered.events- The event classes that are distinguished.- Returns:
- the filtered log
- Throws:
LogFilterException
-
-