Class DefaultLogFilter
- java.lang.Object
-
- org.processmining.plugins.log.logfilters.impl.DefaultLogFilter
-
public class DefaultLogFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultLogFilter()
-
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, java.lang.String[] lifeCycleObjectsToIgnore, java.lang.String[] lifeCycleObjectsToRemoveCase)This method filters a log by 1) removing all XEvents of which the XLifeCycleExtension
-
-
-
Method Detail
-
filter
public org.deckfour.xes.model.XLog filter(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.String[] lifeCycleObjectsToIgnore, java.lang.String[] lifeCycleObjectsToRemoveCase)This method filters a log by 1) removing all XEvents of which the XLifeCycleExtension- 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
-
-