public interface SegmentSequenceBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
calibSegmentSequence(int iStartingSegment)
Calibrate the Segment Sequence in the Stretch
|
boolean |
calibStartingSegment(double dblLeftSlope,
double dblLeftSlopeSensitivity)
Calibrate the Starting Segment using the LeftSlope
|
BoundarySettings |
getCalibrationBoundaryCondition()
Retrieve the Calibration Boundary Condition
|
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, double dblLeftSlopeSensitivity)
dblLeftSlope
- The SlopedblLeftSlopeSensitivity
- The Slope Sensitivityboolean calibSegmentSequence(int iStartingSegment)
iStartingSegment
- The Starting Segment in the Sequence