Uses of Interface
com.epam.healenium.treecomparing.PathDistance
-
-
Uses of PathDistance in com.epam.healenium.treecomparing
Classes in com.epam.healenium.treecomparing that implement PathDistance Modifier and Type Class Description classLCSPathDistanceMetric based on Longest common subsequence.Constructors in com.epam.healenium.treecomparing with parameters of type PathDistance Constructor Description PathFinder(PathDistance pathDistance, NodeDistance nodeDistance)Creates a path finder which operates certain algorithms of distance by path and by node comparing
-