public class ScalarParameterInformationImplementation extends Object implements ScalarParameterInformation
Constructor and Description |
---|
ScalarParameterInformationImplementation(boolean isParameterToCalibrate)
Constructs an unconstrained parameter.
|
ScalarParameterInformationImplementation(boolean isParameterToCalibrate,
ScalarConstraint constraint)
Constructs a parameter.
|
ScalarParameterInformationImplementation(ScalarConstraint constraint)
Constructs a parameter that needs to be calibrated.
|
Modifier and Type | Method and Description |
---|---|
ScalarConstraint |
getConstraint()
Returns the constraint.
|
boolean |
getIsParameterToCalibrate()
Boolean flag for parameters that need to be calibrated.
|
public ScalarParameterInformationImplementation(boolean isParameterToCalibrate, ScalarConstraint constraint)
isParameterToCalibrate
- If true, the parameter will be varied during calibration.constraint
- A constraint for the parameter.public ScalarParameterInformationImplementation(boolean isParameterToCalibrate)
isParameterToCalibrate
- If true, the parameter will be varied during calibration.public ScalarParameterInformationImplementation(ScalarConstraint constraint)
constraint
- A constraint for the parameter.public boolean getIsParameterToCalibrate()
ScalarParameterInformation
getIsParameterToCalibrate
in interface ScalarParameterInformation
public ScalarConstraint getConstraint()
ScalarParameterInformation
getConstraint
in interface ScalarParameterInformation
Copyright © 2019. All rights reserved.