| Package | Description |
|---|---|
| cz.cuni.amis.pathfinding.alg.astar | |
| cz.cuni.amis.pathfinding.map |
| Modifier and Type | Method and Description |
|---|---|
IPFMap<NODE> |
AStar.getMap()
Map abstraction the AStar is working with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AStar.setMap(IPFMap<NODE> map)
Sets map abstraction into the AStar.
|
| Constructor and Description |
|---|
AStar(IPFMap<NODE> map)
AStar configured with "map" with no agent-specific view on the map,
IPFMapView.DefaultView is used. |
AStar(IPFMap<NODE> map,
IPFMapView<NODE> view)
AStar configured with "map" and agent-specific view on the map, if "view" is null,
IPFMapView.DefaultView is going to be used. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPFKnownMap<NODE>
This class represents the discrete search space for path-finding algorithms for games.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.