public class DefaultLogFilter
extends java.lang.Object
Constructor and Description |
---|
DefaultLogFilter() |
Modifier and Type | Method and Description |
---|---|
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
|
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)
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