public class FilterdEventAttrNumericalConfig extends FilterdAbstractReferenceableConfig
classifier, configPanel, filterType, isAttribute, isValid, log, parameters, standardExtensions| Constructor and Description |
|---|
FilterdEventAttrNumericalConfig(org.deckfour.xes.model.XLog log,
Filter filterType,
java.lang.String key) |
| 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 log)
Check if the parameters are still valid on the candidate log.
|
NestedFilterConfigPanelController |
getConfigPanel()
generates the panel to be displayed based on the parameters of the config
|
java.lang.String |
getKey()
Getter for the key.
|
populatecheckEmptyLog, filter, getClassifier, getFilterType, getLog, getParameter, getParameters, isValid, parameterListeners, setClassifier, setFilterType, setLog, setParameterspublic FilterdEventAttrNumericalConfig(org.deckfour.xes.model.XLog log,
Filter filterType,
java.lang.String key)
public NestedFilterConfigPanelController getConfigPanel()
FilterdAbstractReferenceableConfiggetConfigPanel in class FilterdAbstractReferenceableConfigpublic boolean canPopulate(FilterConfigPanelController component)
canPopulate in class FilterdAbstractReferenceableConfigcomponent - The component that populates the parameters.public java.lang.String getKey()
getKey in class FilterdAbstractReferenceableConfigpublic boolean checkValidity(org.deckfour.xes.model.XLog log)
checkValidity in class FilterdAbstractReferenceableConfigcandidateLog - the log to check.