Interface ScalarParameterInformation

All Superinterfaces:
ParameterInformation
All Known Implementing Classes:
ScalarParameterInformationImplementation

public interface ScalarParameterInformation extends ParameterInformation
An interface representing a scalar parameter.
Author:
Alessandro Gnoatto
  • Method Details

    • getIsParameterToCalibrate

      boolean getIsParameterToCalibrate()
      Boolean flag for parameters that need to be calibrated.
      Returns:
      true if the parameter must be calibrated.
    • getConstraint

      ScalarConstraint getConstraint()
      Returns the constraint.
      Returns:
      the constraint.