|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AStarResult | |
|---|---|
| cz.cuni.amis.pathfinding.alg.astar | |
| Uses of AStarResult in cz.cuni.amis.pathfinding.alg.astar |
|---|
| Methods in cz.cuni.amis.pathfinding.alg.astar that return AStarResult | |
|---|---|
AStarResult<NODE> |
AStar.findPath(IPFGoal<NODE> goal)
Method performing an AStar search over graph defined inside IPFMap starting from 'start' node driving
itself towards goal that is described by AStarGoal. |
AStarResult<NODE> |
AStar.findPath(IPFGoal<NODE> goal,
long iterationsMax)
Method performing an AStar search over graph defined inside IPFMap starting from 'start' node driving
itself towards goal that is described by AStarGoal. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||