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, setParameters
public FilterdTraceTrimConfig(org.deckfour.xes.model.XLog log, Filter filterType)
public AbstractFilterConfigPanelController getConfigPanel()
FilterdAbstractConfig
getConfigPanel
in class FilterdAbstractConfig
public boolean canPopulate(FilterConfigPanelController component)
canPopulate
in class FilterdAbstractConfig
component
- The component that populates the parameters.public boolean checkValidity(org.deckfour.xes.model.XLog candidateLog)
checkValidity
in class FilterdAbstractConfig
candidateLog
- the log to check.