public interface SegmentSequenceBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
calibSegmentSequence(int iStartingSegment)
Calibrate the Segment Sequence in the Stretch
|
boolean |
calibStartingSegment(double dblLeftSlope)
Calibrate the Starting Segment using the LeftSlope
|
BoundarySettings |
getCalibrationBoundaryCondition()
Retrieve the Calibration Boundary Condition
|
boolean |
manifestMeasureSensitivity(double dblLeftSlopeSensitivity)
Compute the Stretch Manifest Measure Sensitivity Sequence
|
boolean |
setStretch(MultiSegmentSequence mss)
Set the Stretch whose Segments are to be calibrated
|
boolean setStretch(MultiSegmentSequence mss)
mss
- The Stretch that needs to be calibratedBoundarySettings getCalibrationBoundaryCondition()
boolean calibStartingSegment(double dblLeftSlope)
dblLeftSlope
- The Slopeboolean calibSegmentSequence(int iStartingSegment)
iStartingSegment
- The Starting Segment in the Sequenceboolean manifestMeasureSensitivity(double dblLeftSlopeSensitivity)
dblLeftSlopeSensitivity
- The Leading Segment Left Slope Sensitivity