Package apoc.result

Class WeightedPathResult

java.lang.Object
apoc.result.WeightedPathResult

public class WeightedPathResult extends Object
Since:
12.05.16
  • Field Details

    • path

      public org.neo4j.graphdb.Path path
    • weight

      public double weight
  • Constructor Details

    • WeightedPathResult

      public WeightedPathResult(org.neo4j.graphalgo.WeightedPath weightedPath)
  • Method Details

    • streamWeightedPathResult

      public static Stream<WeightedPathResult> streamWeightedPathResult(org.neo4j.graphdb.Node startNode, org.neo4j.graphdb.Node endNode, org.neo4j.graphalgo.PathFinder<org.neo4j.graphalgo.WeightedPath> algo)