| Package | Description |
|---|---|
| com.mware.ge | |
| com.mware.ge.inmemory |
| Modifier and Type | Method and Description |
|---|---|
ProgressCallback |
FindPathOptions.getProgressCallback() |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
int maxHops,
ProgressCallback progressCallback,
Authorizations authorizations)
Deprecated.
|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
String[] labels,
int maxHops,
ProgressCallback progressCallback,
Authorizations authorizations)
Deprecated.
|
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) |
FindPathOptions |
FindPathOptions.setProgressCallback(ProgressCallback progressCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryGraph.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
String sourceVertexId,
String destVertexId,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
protected void |
InMemoryGraph.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.