public class ShortestPathGeTraverser extends GeTraverser
GeTraverser.Node, GeTraverser.PathSetDEFAULT_CAPACITY, DEFAULT_DEGREE, DEFAULT_MAX_DEPTH, DEFAULT_SKIP_DEGREE, NO_LIMIT| Constructor and Description |
|---|
ShortestPathGeTraverser(Graph graph,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Path |
shortestPath(String sourceV,
String targetV) |
Path |
shortestPath(String sourceV,
String targetV,
Direction dir,
String label,
int depth,
long degree,
long skipDegree,
long capacity) |
checkCapacity, checkVertexExist, edgesOfVertex, newMap, newSet, skipSuperNodeIfNeededpublic ShortestPathGeTraverser(Graph graph, Authorizations authorizations)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.