-
Methods in com.epam.healenium.treecomparing that return types with arguments of type Scored
| Modifier and Type |
Method |
Description |
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
|
List<Scored<Node>> |
PathFinder.find(Path path,
Node newSource,
int bestGuessesCount,
double guessCap) |
Finds the list of nodes that most likely are our searched one, ordered by likeness descending
|