public class FilterdTraceTrimConfig extends FilterdAbstractConfig
classifier, configPanel, filterType, isAttribute, isValid, log, parameters, standardExtensions| Constructor and Description |
|---|
FilterdTraceTrimConfig(org.deckfour.xes.model.XLog log,
Filter filterType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPopulate(FilterConfigPanelController component)
Checks if the configuration can populate the parameters.
|
boolean |
checkValidity(org.deckfour.xes.model.XLog candidateLog)
Check if the parameters are still valid on the candidate log.
|
AbstractFilterConfigPanelController |
getConfigPanel()
Returns the configuration panel which is used by the
and .
|
checkEmptyLog, filter, getClassifier, getFilterType, getLog, getParameter, getParameters, isValid, parameterListeners, populate, setClassifier, setFilterType, setLog, setParameterspublic FilterdTraceTrimConfig(org.deckfour.xes.model.XLog log,
Filter filterType)
public AbstractFilterConfigPanelController getConfigPanel()
FilterdAbstractConfiggetConfigPanel in class FilterdAbstractConfigpublic boolean canPopulate(FilterConfigPanelController component)
canPopulate in class FilterdAbstractConfigcomponent - The component that populates the parameters.public boolean checkValidity(org.deckfour.xes.model.XLog candidateLog)
checkValidity in class FilterdAbstractConfigcandidateLog - the log to check.