| Package | Description |
|---|---|
| cz.cuni.amis.pathfinding.alg.floydwarshall |
| Modifier and Type | Method and Description |
|---|---|
IPFKnownMap<NODE> |
FloydWarshall.getMap()
Map abstraction the FloydWarshall is working with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FloydWarshall.setMap(IPFKnownMap<NODE> map)
Sets map abstraction into the FloydWarshall.
|
| Constructor and Description |
|---|
FloydWarshall(IPFKnownMap<NODE> map)
FloydWarshall configured with "map" with no agent-specific view on the map,
IPFMapView.DefaultView is used. |
FloydWarshall(IPFKnownMap<NODE> map,
IPFKnownMapView<NODE> view)
FloydWarshall configured with "map" and agent-specific view on the map, if "view" is null,
IPFMapView.DefaultView is going to be used. |
FloydWarshall(IPFKnownMap<NODE> map,
IPFKnownMapView<NODE> view,
Logger log)
FloydWarshall configured with "map" and agent-specific view on the map, if "view" is null,
IPFMapView.DefaultView is going to be used. |
FloydWarshall(IPFKnownMap<NODE> map,
Logger log)
FloydWarshall configured with "map" with no agent-specific view on the map,
IPFMapView.DefaultView is used. |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.