Modifier and Type | Method and Description |
---|---|
static EstimateEvaluator<Double> |
CommonEvaluators.geoEstimateEvaluator(String latitudePropertyKey,
String longitudePropertyKey) |
Modifier and Type | Method and Description |
---|---|
static PathFinder<WeightedPath> |
GraphAlgoFactory.aStar(org.neo4j.graphdb.PathExpander expander,
CostEvaluator<Double> lengthEvaluator,
EstimateEvaluator<Double> estimateEvaluator)
Returns an
PathFinder which uses the A* algorithm to find the
cheapest path between two nodes. |
static PathFinder<WeightedPath> |
GraphAlgoFactory.aStar(org.neo4j.graphdb.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 © 2002–2013 The Neo4j Graph Database Project. All rights reserved.