Documentation of 'Catalano.Graph.Pathfinding.ISearch' Java class
ISearch
Catalano.Graph.Pathfinding

Interface ISearch

  • All Known Implementing Classes:
    AStar


    public interface ISearch
    Interface for graph search algorithms.
    • Method Detail

      • FindPath

        java.util.ArrayList<IntPoint> FindPath(int startX,
                                               int startY,
                                               int endX,
                                               int endY)
        Find path.
        Parameters:
        startX - Start X axis coordinate.
        startY - Start Y axis coordinate.
        endX - End X axis coordinate.
        endY - End Y axis coordinate.
        Returns:
        List of points that contains the path.
      • FindPath

        java.util.ArrayList<IntPoint> FindPath(IntPoint start,
                                               IntPoint end)
        Find path.
        Parameters:
        start - Start point.
        end - End point.
        Returns:
        List of points that contains the path.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.