cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector
Class UT2004DistanceStuckDetector
java.lang.Object
cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector.UT2004DistanceStuckDetector
- All Implemented Interfaces:
- IStuckDetector
public class UT2004DistanceStuckDetector
- extends Object
- implements IStuckDetector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UT2004DistanceStuckDetector
public UT2004DistanceStuckDetector(UT2004Bot bot)
setEnabled
public void setEnabled(boolean state)
- Specified by:
setEnabled in interface IStuckDetector
setBotWaiting
public void setBotWaiting(boolean state)
- Specified by:
setBotWaiting in interface IStuckDetector
setBotTarget
public void setBotTarget(ILocated target)
- Specified by:
setBotTarget in interface IStuckDetector
eventSelf
public void eventSelf(IWorldObjectEvent<Self> event)
isStuck
public boolean isStuck()
- Specified by:
isStuck in interface IStuckDetector
reset
public void reset()
- Specified by:
reset in interface IStuckDetector
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.