public interface HeuristicCostFunction
| Modifier and Type | Method and Description |
|---|---|
double |
getHeuristicCost(HeavyPointOnNet currentPoint, HeavyPointOnNet targetPoint)
Returns the heuristic cost from the current point to the target point.
|
int[] |
getUserDataCategories()
Returns the required user data categories.
|
double getHeuristicCost(HeavyPointOnNet currentPoint, HeavyPointOnNet targetPoint)
currentPoint - current pointtargetPoint - target pointint[] getUserDataCategories()