public class SingleSourceShortestPathAPI extends TraversersAPI
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
SingleSourceShortestPathAPI(RestClient client,
String graph) |
| Modifier and Type | Method and Description |
|---|---|
WeightedPaths |
get(Object sourceId,
Direction direction,
String label,
String weight,
long degree,
long skipDegree,
long capacity,
int limit,
boolean withVertex,
boolean withEdge) |
protected String |
type() |
checkAlpha, checkCapacity, checkDegree, checkLimit, checkPositive, checkSkipDegreecheckLimit, checkOffset, path, path, pathpublic SingleSourceShortestPathAPI(RestClient client, String graph)
protected String type()
type in class TraversersAPIpublic WeightedPaths get(Object sourceId, Direction direction, String label, String weight, long degree, long skipDegree, long capacity, int limit, boolean withVertex, boolean withEdge)
Copyright © 2024 The Apache Software Foundation. All rights reserved.