org.processmining.plugins.log.logfilters.impl
Class DefaultLogFilter

java.lang.Object
  extended by org.processmining.plugins.log.logfilters.impl.DefaultLogFilter

public class DefaultLogFilter
extends java.lang.Object


Constructor Summary
DefaultLogFilter()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogFilter

public DefaultLogFilter()
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