Class 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> 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 Summary

      Constructors 
      Constructor Description
      KspStreamResult​(long index, long[] nodes, org.neo4j.graphdb.Path path, double[] costs)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        public java.lang.Long index
      • sourceNodeId

        public java.lang.Long sourceNodeId
      • targetNodeId

        public java.lang.Long targetNodeId
      • nodeIds

        public java.util.List<java.lang.Long> nodeIds
      • costs

        public java.util.List<java.lang.Double> costs
      • path

        public org.neo4j.graphdb.Path path
    • Constructor Detail

      • KspStreamResult

        public KspStreamResult​(long index,
                               long[] nodes,
                               org.neo4j.graphdb.Path path,
                               double[] costs)