Interface AlgorithmParameters

  • All Known Implementing Classes:
    GlobalParameters

    public interface AlgorithmParameters
    Interface 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 Detail

      • getName

        String getName()

        getName.

        Returns:
        name of the parameter
      • getDataType

        Class<?> getDataType()

        getDataType.

        Returns:
        the class type of the parameter
      • getDefaultValue

        Object getDefaultValue()

        getDefaultValue.

        Returns:
        default value for the parameter