Package apoc.algo

Class PathFindingUtils.GeoEstimateEvaluatorPointCustom

java.lang.Object
apoc.algo.PathFindingUtils.GeoEstimateEvaluatorPointCustom
All Implemented Interfaces:
org.neo4j.graphalgo.EstimateEvaluator<Double>
Enclosing class:
PathFindingUtils

public static class PathFindingUtils.GeoEstimateEvaluatorPointCustom extends Object implements org.neo4j.graphalgo.EstimateEvaluator<Double>
  • Constructor Details

    • GeoEstimateEvaluatorPointCustom

      public GeoEstimateEvaluatorPointCustom(String pointPropertyKey)
  • Method Details

    • getCost

      public Double getCost(org.neo4j.graphdb.Node node, org.neo4j.graphdb.Node goal)
      Specified by:
      getCost in interface org.neo4j.graphalgo.EstimateEvaluator<Double>