Interface AlgorithmParameters
-
- All Known Implementing Classes:
GlobalParameters
public interface AlgorithmParametersInterface for the definition of adaptation algorithm parameters. Each algorithm should store all available parameters in an enum that contains additionally the string name and the data type class for each parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getDataType()getDataType.ObjectgetDefaultValue()getDefaultValue.StringgetName()getName.
-