|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUT2004PathRunner
Runner is actually responsible for running directly between two locations.
Method Summary | |
---|---|
void |
reset()
Resets the runner state. |
boolean |
runToLocation(Location runningFrom,
Location firstLocation,
Location secondLocation,
ILocated focus,
NavPointNeighbourLink navPointsLink,
boolean reachable)
Called iteratively to reach the 'firstLocation'. |
Method Detail |
---|
void reset()
Called before the navigator turns its attention to another location.
boolean runToLocation(Location runningFrom, Location firstLocation, Location secondLocation, ILocated focus, NavPointNeighbourLink navPointsLink, boolean reachable)
The 'secondLocation' is the location that will most likely be pursued next.
runningFrom
- location we're running from (i.e., where the bot may safely return), may be nullfirstLocation
- where the bot should run tosecondLocation
- where the bot will the most likely continue its runfocus
- where the bot should be looking while runningnavPointsLink
- if we are traveling between two NavPoints connected by a link, we will receive the link with movement information here
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |