| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Method and Description |
|---|---|
FindPathOptions |
FindPathOptions.setExcludedLabels(String... excludedLabels)
Edge labels to be excluded from traversal
|
FindPathOptions |
FindPathOptions.setLabels(String... labels)
Edge labels to include, if null any label will be traversed
|
FindPathOptions |
FindPathOptions.setProgressCallback(ProgressCallback progressCallback) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Path> |
GraphBase.findPaths(FindPathOptions options,
Authorizations authorizations) |
Iterable<Path> |
Graph.findPaths(FindPathOptions options,
Authorizations authorizations)
Finds all paths between two vertices.
|
protected void |
GraphBase.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
protected void |
GraphBase.findPathsSetIntersection(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
ProgressCallback progressCallback,
Authorizations authorizations) |
Copyright © 2014–2017. All rights reserved.