kui
Class InformedSearchingAlgorithm

java.lang.Object
  extended by kui.InformedSearchingAlgorithm

public abstract class InformedSearchingAlgorithm
extends java.lang.Object

Trida od niz musi byt oddeden algoritmus Astar.


Constructor Summary
InformedSearchingAlgorithm()
           
 
Method Summary
abstract  java.util.List<Node> findWay(Node startNode, Node targetNode)
          Najde cestu mezi dvema uzly v grafu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformedSearchingAlgorithm

public InformedSearchingAlgorithm()
Method Detail

findWay

public abstract java.util.List<Node> findWay(Node startNode,
                                             Node targetNode)
Najde cestu mezi dvema uzly v grafu.

Parameters:
startNode - startovni uzel
targetNode - cilovy uzel
Returns:
seznam uzlu tvorici nalezenou cestu od startovniho do koncoveho uzlu (cesta bude zvyraznena v GUI)