Neo4j Community

Uses of Interface
org.neo4j.graphalgo.EstimateEvaluator

Packages that use EstimateEvaluator
org.neo4j.graphalgo Scalable graph algorithms like shortest path and others for Neo4j which can be easily accessed via GraphAlgoFactory
 

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.
 


Neo4j Community

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