uk.ac.ed.inf.sdp2012.group7.strategy.oldastar
Class OldAStar

java.lang.Object
  extended by uk.ac.ed.inf.sdp2012.group7.strategy.oldastar.OldAStar

public class OldAStar
extends java.lang.Object


Method Summary
 OldPath calcShortestPath(int startX, int startY, int goalX, int goalY)
           
 void printPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calcShortestPath

public OldPath calcShortestPath(int startX,
                                int startY,
                                int goalX,
                                int goalY)

printPath

public void printPath()