public class SingleSourceShortestPathAPI extends TraversersAPI
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| 构造器和说明 |
|---|
SingleSourceShortestPathAPI(RestClient client,
String graph) |
| 限定符和类型 | 方法和说明 |
|---|---|
WeightedPaths |
get(Object sourceId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
long limit,
boolean withVertex) |
protected String |
type() |
checkAlpha, checkCapacity, checkDegree, checkLimit, checkPositive, checkSkipDegreecheckLimit, checkOffset, path, path, pathpublic SingleSourceShortestPathAPI(RestClient client, String graph)
protected String type()
type 在类中 TraversersAPIpublic WeightedPaths get(Object sourceId, Direction direction, String label, String weight, long degree, long skipDegree, long capacity, long limit, boolean withVertex)
Copyright © 2020. All rights reserved.