dk.deepthought.sidious.planner
Interface Pathfinder

All Known Implementing Classes:
AStarAlgorithm

public interface Pathfinder

This interface defines the pathfinding algorithm.

Author:
Deepthought

Method Summary
 void cancel()
          Cancels the search.
 void search(Graph graph)
          This is the search algorithm.
 

Method Detail

search

void search(Graph graph)
This is the search algorithm.

Parameters:
graph - the graph to be searched

cancel

void cancel()
Cancels the search.



Copyright © Deepthought Development - All Rights Reserved.