Interface ILineStripMergePolicy
-
- All Known Implementing Classes:
DefaultLineStripMergePolicy
public interface ILineStripMergePolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
mergeable(LineStrip ls1, LineStrip ls2)
double
mergeScore(LineStrip ls1, LineStrip ls2)
LineStrip
mostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
-