public static class KShortestPathsProc.KspStreamResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.Double> |
costs |
java.lang.Long |
index |
java.util.List<java.lang.Long> |
nodeIds |
org.neo4j.graphdb.Path |
path |
java.lang.Long |
sourceNodeId |
java.lang.Long |
targetNodeId |
| Constructor and Description |
|---|
KspStreamResult(long index,
long[] nodes,
org.neo4j.graphdb.Path path,
double[] costs) |