Package com.epam.healenium.treecomparing
Interface PathDistance
-
- All Known Implementing Classes:
LCSPathDistance
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PathDistance
Distance between twoPath's from 0 - there are no similar elements, to 1 - paths are the same
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdistance(Path path1, Path path2)
-