public interface AlgorithmDefinition
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
checkParameterValueRange(List<InputParameter> parameters,
Locale locale)
Checks value range of parameters.
|
SearchComparator |
getAlgorithm(AlgorithmDefinitionContext adContext)
Returns a SearchComparator of this
Algorithm . |
com.onwbp.base.text.UserMessage |
getDescription()
Returns the description of this
Algorithm . |
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label of this
Algorithm . |
List<ParameterDefinition> |
getParameters()
Returns a list parameter of this
Algorithm . |
<T extends SearchAlgorithmConfiguration> |
getSearchConfigurationClass()
Returns represented object for this
Algorithm . |
com.onwbp.base.text.UserMessage getLabel()
Algorithm
.com.onwbp.base.text.UserMessage getDescription()
Algorithm
.List<ParameterDefinition> getParameters()
Algorithm
.SearchComparator getAlgorithm(AlgorithmDefinitionContext adContext)
Algorithm
.<T extends SearchAlgorithmConfiguration> Class<T> getSearchConfigurationClass()
Algorithm
.com.onwbp.base.text.UserMessage checkParameterValueRange(List<InputParameter> parameters, Locale locale)