Class KShortestPathsProc.KspStreamResult
- java.lang.Object
-
- org.neo4j.graphalgo.shortestpaths.KShortestPathsProc.KspStreamResult
-
- Enclosing class:
- KShortestPathsProc
public static class KShortestPathsProc.KspStreamResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.Double>costsjava.lang.Longindexjava.util.List<java.lang.Long>nodeIdsorg.neo4j.graphdb.Pathpathjava.lang.LongsourceNodeIdjava.lang.LongtargetNodeId
-
Constructor Summary
Constructors Constructor Description KspStreamResult(long index, long[] nodes, org.neo4j.graphdb.Path path, double[] costs)
-