Uses of Interface
org.neo4j.graphalgo.EstimateEvaluator

Uses of EstimateEvaluator in org.neo4j.graphalgo
 

Methods in org.neo4j.graphalgo that return EstimateEvaluator
static EstimateEvaluator<Double> CommonEvaluators.geoEstimateEvaluator(String latitudePropertyKey, String longitudePropertyKey)
           
 

Methods in org.neo4j.graphalgo with parameters of type EstimateEvaluator
static PathFinder<WeightedPath> GraphAlgoFactory.aStar(RelationshipExpander expander, CostEvaluator<Double> lengthEvaluator, EstimateEvaluator<Double> estimateEvaluator)
          Returns an PathFinder which uses the A* algorithm to find the cheapest path between two nodes.
 



Copyright © 2012 The Neo4j Graph Database Project. All Rights Reserved.