public abstract class FilterdAbstractReferenceableConfig extends FilterdAbstractConfig
classifier, configPanel, filterType, isAttribute, isValid, log, parameters, standardExtensions
Constructor and Description |
---|
FilterdAbstractReferenceableConfig(org.deckfour.xes.model.XLog log,
Filter filterType) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canPopulate(FilterConfigPanelController component)
Checks whether all components from the configuration panel have a mapping
to all parameters of the concrete configuration.
|
abstract boolean |
checkValidity(org.deckfour.xes.model.XLog candidateLog)
Checks whether the imported log complies with the filter configuration(s)
|
NestedFilterConfigPanelController |
getConfigPanel()
generates the panel to be displayed based on the parameters of the config
|
java.lang.String |
getKey() |
FilterdAbstractConfig |
populate(AbstractFilterConfigPanelController abstractComponent)
Populates the parameters with information from the configuration panel.
|
checkEmptyLog, filter, getClassifier, getFilterType, getLog, getParameter, getParameters, isValid, parameterListeners, setClassifier, setFilterType, setLog, setParameters
public FilterdAbstractReferenceableConfig(org.deckfour.xes.model.XLog log, Filter filterType)
public abstract boolean checkValidity(org.deckfour.xes.model.XLog candidateLog)
FilterdAbstractConfig
checkValidity
in class FilterdAbstractConfig
public abstract boolean canPopulate(FilterConfigPanelController component)
FilterdAbstractConfig
canPopulate
in class FilterdAbstractConfig
public NestedFilterConfigPanelController getConfigPanel()
getConfigPanel
in class FilterdAbstractConfig
public FilterdAbstractConfig populate(AbstractFilterConfigPanelController abstractComponent)
FilterdAbstractConfig
populate
in class FilterdAbstractConfig
public java.lang.String getKey()