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