private double heuristicFunction(ICoordinates startPoint, ICoordinates endPoint) { return(startPoint.getManhattanDistance(endPoint)); }