-
Methods in com.epam.healenium.treecomparing with parameters of type Path
| Modifier and Type |
Method |
Description |
static Path |
Utils.addNode(Path path,
Node node) |
|
int |
LCSPathDistance.distance(Path path1,
Path path2) |
|
int |
PathDistance.distance(Path path1,
Path path2) |
|
List<Scored<Node>> |
PathFinder.find(Path path,
Node newSource,
int bestGuessesCount) |
Finds the list of nodes that most likely are our searched one, ordered by likeness descending
|
Node |
PathFinder.findNearest(Path path,
Node newSource) |
Finds the nearest node that most likely is our searched one
|
AbstractMap.SimpleImmutableEntry<Integer,Map<Double,List<AbstractMap.SimpleImmutableEntry<Node,Integer>>>> |
PathFinder.findScoresToNodes(Path path,
Node newSource) |
Finds the Map of all nodes that most likely are our searched one, ordered by likeness descending
|