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