T - The data type of the estimated weight.public interface EstimateEvaluator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getCost(org.neo4j.graphdb.Node node,
org.neo4j.graphdb.Node goal)
Estimate the weight of the remaining path from one node to another.
|
T getCost(org.neo4j.graphdb.Node node, org.neo4j.graphdb.Node goal)
node - the node to estimate the weight from.goal - the node to estimate the weight to.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.