| Constructor and Description |
|---|
RemoveContainingTraces() |
| 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.
|
public java.lang.String getName()
Filterpublic java.lang.String getDescription()
FiltergetDescription in interface Filterpublic boolean isConfigurable()
FilterisConfigurable in interface Filterpublic void configure(org.deckfour.xes.model.XLog log)
Filterpublic void filter(org.deckfour.xes.model.XLog log)
Filter