Interface ILineStripMergePolicy
-
- All Known Implementing Classes:
DefaultLineStripMergePolicy
public interface ILineStripMergePolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmergeable(LineStrip ls1, LineStrip ls2)doublemergeScore(LineStrip ls1, LineStrip ls2)LineStripmostMergeableIfAny(LineStrip ls, List<LineStrip> lines)
-