public class GlobalControlCurveParams extends SmoothingCurveStretchParams
| Constructor and Description |
|---|
GlobalControlCurveParams(java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl prbp,
BoundarySettings bs,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity)
GlobalControlCurveParams constructor
|
| Modifier and Type | Method and Description |
|---|---|
BoundarySettings |
calibrationBoundaryCondition()
Retrieve the Calibration Boundary Condition
|
bestFitWeightedResponse, bestFitWeightedResponseSensitivity, calibrationDetail, defaultSegmentBuilderControl, segmentBuilderControl, setStretchSegmentBuilderControl, smootheningQuantificationMetricpublic GlobalControlCurveParams(java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl prbp,
BoundarySettings bs,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity)
throws java.lang.Exception
strSmootheningQuantificationMetric - Curve Smoothening Quantification Metricprbp - Segment Builder Parametersbs - The Calibration Boundary ConditioniCalibrationDetail - The Calibration Detailsbfr - Curve Fitness Weighted ResponsesbfrSensitivity - Curve Fitness Weighted Response Sensitivityjava.lang.Exception - Thrown if the inputs are invalidpublic BoundarySettings calibrationBoundaryCondition()