kaos.robots.util
Class Planner
java.lang.Object
kaos.robots.util.Planner
public class Planner
- extends java.lang.Object
Constructor Summary |
Planner()
used for testing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_logger
protected Logger _logger
Planner
public Planner()
- used for testing
planPath
public java.util.Vector planPath(Coordinate here,
Coordinate there)
getAdjustedPath
public java.util.Vector getAdjustedPath(Coordinate here,
Coordinate there)
throws java.lang.Exception
- Throws:
java.lang.Exception
addRestrictedArea
public void addRestrictedArea(Area area)
removeRestrictedArea
public void removeRestrictedArea(java.lang.String areaName)
printDebugString
protected void printDebugString(java.lang.String msg,
int loggerDisplayLevel)
main
public static void main(java.lang.String[] args)