Uses of Class
com.epam.healenium.treecomparing.Path
-
-
Uses of Path in com.epam.healenium.treecomparing
Methods in com.epam.healenium.treecomparing that return Path Modifier and Type Method Description static PathUtils. addNode(Path path, Node node)Methods in com.epam.healenium.treecomparing with parameters of type Path Modifier and Type Method Description static PathUtils. addNode(Path path, Node node)intLCSPathDistance. distance(Path path1, Path path2)intPathDistance. 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 descendingNodePathFinder. findNearest(Path path, Node newSource)Finds the nearest node that most likely is our searched oneAbstractMap.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
-