public abstract class SmoothingCurveStretchParams
extends java.lang.Object
| Constructor and Description |
|---|
SmoothingCurveStretchParams(java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl scbcDefault,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity)
SmoothingCurveStretchParams constructor
|
| Modifier and Type | Method and Description |
|---|---|
StretchBestFitResponse |
bestFitWeightedResponse()
Retrieve the Best Fit Weighted Response
|
StretchBestFitResponse |
bestFitWeightedResponseSensitivity()
Retrieve the Best Fit Weighted Response Sensitivity
|
int |
calibrationDetail()
Retrieve the Calibration Detail
|
SegmentCustomBuilderControl |
defaultSegmentBuilderControl()
Retrieve the Default Segment Builder Parameters
|
SegmentCustomBuilderControl |
segmentBuilderControl(java.lang.String strStretchName)
Retrieve the Segment Builder Parameters
|
boolean |
setStretchSegmentBuilderControl(java.lang.String strStretchName,
SegmentCustomBuilderControl scbc)
Set the Stretch's Segment Builder Control
|
java.lang.String |
smootheningQuantificationMetric()
Retrieve the Curve Smoothening Quantification Metric
|
public SmoothingCurveStretchParams(java.lang.String strSmootheningQuantificationMetric,
SegmentCustomBuilderControl scbcDefault,
int iCalibrationDetail,
StretchBestFitResponse sbfr,
StretchBestFitResponse sbfrSensitivity)
throws java.lang.Exception
strSmootheningQuantificationMetric - Curve Smoothening Quantification MetricscbcDefault - Default Segment Builder ParametersiCalibrationDetail - The Calibration Detailsbfr - Stretch Fitness Weighted ResponsesbfrSensitivity - Stretch Fitness Weighted Response Sensitivityjava.lang.Exception - Thrown if the inputs are invalidpublic boolean setStretchSegmentBuilderControl(java.lang.String strStretchName,
SegmentCustomBuilderControl scbc)
strStretchName - Name of the Stretch for which the Segment Builder Parameters need to be setscbc - The Segment Builder Parameterspublic java.lang.String smootheningQuantificationMetric()
public int calibrationDetail()
public SegmentCustomBuilderControl defaultSegmentBuilderControl()
public SegmentCustomBuilderControl segmentBuilderControl(java.lang.String strStretchName)
strStretchName - Name of the Stretch for which the Segment Builder Parameters are requestedpublic StretchBestFitResponse bestFitWeightedResponse()
public StretchBestFitResponse bestFitWeightedResponseSensitivity()