Interface PathResult


  • public interface PathResult
    • Method Detail

      • index

        @Auxiliary
        long index()
      • sourceNode

        long sourceNode()
      • targetNode

        long targetNode()
      • totalCost

        @Derived
        default double totalCost()
      • nodeIds

        long[] nodeIds()
      • relationshipIds

        long[] relationshipIds()
      • costs

        double[] costs()