Interface NumericParameter<T extends Number>

Type Parameters:
T - the type of the parameter
All Superinterfaces:
Named, Parameter<T>
All Known Implementing Classes:
SampledDouble, SampledInteger, SampledLong

public interface NumericParameter<T extends Number> extends Parameter<T>
Interface for parameters that represent a numeric value.
  • Method Details

    • getLowerBound

      T getLowerBound()
      The lower bound of this parameter.
      Returns:
      the lower bound
    • getUpperBound

      T getUpperBound()
      The upper bound of this parameter.
      Returns:
      the upper bound