| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.api.traverser | |
| com.baidu.hugegraph.driver |
| 限定符和类型 | 方法和说明 |
|---|---|
WeightedPath |
WeightedShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
boolean withVertex) |
| 限定符和类型 | 方法和说明 |
|---|---|
WeightedPath |
TraverserManager.weightedShortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
boolean withVertex) |
WeightedPath |
TraverserManager.weightedShortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
boolean withVertex) |
WeightedPath |
TraverserManager.weightedShortestPath(Object sourceId,
Object targetId,
String weight,
boolean withVertex) |
Copyright © 2020. All rights reserved.