public class FilterdTraceTimeframeConfig extends FilterdAbstractConfig
classifier, filterType, isAttribute, isValid, log, parameters, standardExtensions
Constructor and Description |
---|
FilterdTraceTimeframeConfig(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()
Getter for the configuration panel.
|
checkEmptyLog, filter, getClassifier, getFilterType, getLog, getParameter, getParameters, isValid, parameterListeners, populate, setClassifier, setFilterType, setLog, setParameters
public FilterdTraceTimeframeConfig(org.deckfour.xes.model.XLog log, Filter filterType)
public boolean checkValidity(org.deckfour.xes.model.XLog candidateLog)
checkValidity
in class FilterdAbstractConfig
candidateLog
- the log to check.public boolean canPopulate(FilterConfigPanelController component)
canPopulate
in class FilterdAbstractConfig
component
- The component that populates the parameters.public AbstractFilterConfigPanelController getConfigPanel()
getConfigPanel
in class FilterdAbstractConfig