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()
Filter
public java.lang.String getDescription()
Filter
getDescription
in interface Filter
public boolean isConfigurable()
Filter
isConfigurable
in interface Filter
public void configure(org.deckfour.xes.model.XLog log)
Filter
public void filter(org.deckfour.xes.model.XLog log)
Filter