| Modifier and Type | Method and Description |
|---|---|
Path |
ShortestPathAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
RingsAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
int limit) |
List<Path> |
RaysAPI.get(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
int limit) |
List<Path> |
CrosspointsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
PathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
AllShortestPathsAPI.get(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
| Modifier and Type | Method and Description |
|---|---|
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
int maxDepth) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
Path |
TraverserManager.shortestPath(Object sourceId,
Object targetId,
int maxDepth) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
int maxDepth) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long skipDegree,
long capacity) |
List<Path> |
TraverserManager.allShortestPaths(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.crosspoint(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
Direction direction,
String label,
int maxDepth,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.paths(Object sourceId,
Object targetId,
int maxDepth) |
List<Path> |
TraverserManager.rays(Object sourceId,
Direction direction,
String label,
int depth,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.rays(Object sourceId,
int depth) |
List<Path> |
TraverserManager.rings(Object sourceId,
Direction direction,
String label,
int depth,
boolean sourceInRing,
long degree,
long capacity,
int limit) |
List<Path> |
TraverserManager.rings(Object sourceId,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
Path |
PathDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
Path |
Result.getPath() |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
Kneighbor.paths() |
List<Path> |
Kout.paths() |
List<Path> |
CustomizedCrosspoints.paths() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.