public class FinalEventLogFilter
extends java.lang.Object
| Constructor and Description |
|---|
FinalEventLogFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
filterWithClassifier(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier,
java.lang.String[] finalIds) |
org.deckfour.xes.model.XLog |
filterWithNames(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 all traces from the log which do
not end with one of the given events
|
public org.deckfour.xes.model.XLog filterWithNames(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses events)
context - The pluginContext in which this plugin is executedlog - The log that needs to be filtered.events - The event classes that can serve as end events of a tracepublic org.deckfour.xes.model.XLog filterWithClassifier(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier,
java.lang.String[] finalIds)