Interface ContinuousParameterRangeSpecification.Builder

    • Method Detail

      • minValue

        ContinuousParameterRangeSpecification.Builder minValue​(String minValue)

        The minimum floating-point value allowed.

        Parameters:
        minValue - The minimum floating-point value allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxValue

        ContinuousParameterRangeSpecification.Builder maxValue​(String maxValue)

        The maximum floating-point value allowed.

        Parameters:
        maxValue - The maximum floating-point value allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.