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
org.neo4j.graphalgo.impl.path   
org.neo4j.graphalgo.impl.util   
 

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.
 

Uses of EstimateEvaluator in org.neo4j.graphalgo.impl.path
 

Constructors in org.neo4j.graphalgo.impl.path with parameters of type EstimateEvaluator
AStar(RelationshipExpander expander, CostEvaluator<Double> lengthEvaluator, EstimateEvaluator<Double> estimateEvaluator)
           
ExperimentalAStar(RelationshipExpander expander, CostEvaluator<Double> costEvaluator, EstimateEvaluator<Double> estimateEvaluator)
           
 

Uses of EstimateEvaluator in org.neo4j.graphalgo.impl.util
 

Classes in org.neo4j.graphalgo.impl.util that implement EstimateEvaluator
 class GeoEstimateEvaluator
           
 



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