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 two Path's from 0 - there are no similar elements, to 1 - paths are the same
    • Method Detail

      • distance

        int distance​(Path path1,
                     Path path2)