| Package | Description |
|---|---|
| cz.cuni.amis.pathfinding.alg.floydwarshall | |
| cz.cuni.amis.pathfinding.map |
| Modifier and Type | Method and Description |
|---|---|
IPFKnownMapView<NODE> |
FloydWarshall.getMapView()
Returns agent-specific map view for the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FloydWarshall.setMapView(IPFKnownMapView<NODE> mapView)
Sets agent-specific map view for the map.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPFKnownMapView.DefaultView<NODE>
Default view does not impose any specific view on the map... all nodes/arcs are opened, no extra cost/nodes/arcs defined.
|
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.