|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStuckDetector
Stuck detector provides a functionality to detect the situation in which the bot is unable to reach its destination. Stuck detector does that (usually) based on some heuristics.
Method Summary | |
---|---|
boolean |
isStuck()
Tells whether the detector has detected a stuck. |
void |
reset()
Restarts the detector - this method is called just before the executor starts to follow the path. |
void |
setBotWaiting(boolean state)
Tells the stuck detector, that the bot is waiting for something, thus the detector should not detect stuck! |
Method Detail |
---|
void setBotWaiting(boolean state)
state
- boolean isStuck()
void reset()
If isStuck()
was reporting true, it should report 'false' after
the reset (until next stuck is detected).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |