Interface AStarHeuristic
-
- All Known Implementing Classes:
AStarThreeHeuristic,AStarTwoHeuristic
public interface AStarHeuristic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AStarHeuristiccopy()doublegetEstimatedMaxSimilarity(NESTGraphItemObject node)
-
-
-
Method Detail
-
copy
AStarHeuristic copy()
-
getEstimatedMaxSimilarity
double getEstimatedMaxSimilarity(NESTGraphItemObject node)
-
-