public interface Filter
Modifier and Type | Method and Description |
---|---|
void |
configure(org.deckfour.xes.model.XLog log)
A method for the purpose of calling the configuration dialog used to configure the filter.
|
void |
filter(org.deckfour.xes.model.XLog log)
Implementation of a filter (for the LogOverview plugin).
|
java.lang.String |
getDescription()
Description of the filter.
|
java.lang.String |
getName()
Name of the filter (just the name, independent of settings)
|
boolean |
isConfigurable()
Check whether the filter is configurable.
|
java.lang.String getName()
java.lang.String getDescription()
boolean isConfigurable()
void configure(org.deckfour.xes.model.XLog log)
java.util.concurrent.CancellationException
- Throws cancellation exception in case the configuration was aborted.void filter(org.deckfour.xes.model.XLog log)
log
- The original log to run the filter on.