public class RecursivePathFindingAlgorithm extends Object implements PathFindingAlgorithm
| Constructor and Description |
|---|
RecursivePathFindingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Path> |
findPaths(Graph graph,
Vertex sourceVertex,
Vertex destVertex,
int hops,
ProgressCallback progressCallback,
Authorizations authorizations) |
public Iterable<Path> findPaths(Graph graph, Vertex sourceVertex, Vertex destVertex, int hops, ProgressCallback progressCallback, Authorizations authorizations)
findPaths in interface PathFindingAlgorithmCopyright © 2014–2015. All rights reserved.