|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPFKnownMapView | |
---|---|
cz.cuni.amis.pathfinding.alg.floydwarshall | |
cz.cuni.amis.pathfinding.map |
Uses of IPFKnownMapView in cz.cuni.amis.pathfinding.alg.floydwarshall |
---|
Methods in cz.cuni.amis.pathfinding.alg.floydwarshall that return IPFKnownMapView | |
---|---|
IPFKnownMapView<NODE> |
FloydWarshall.getMapView()
Returns agent-specific map view for the map. |
Methods in cz.cuni.amis.pathfinding.alg.floydwarshall with parameters of type IPFKnownMapView | |
---|---|
void |
FloydWarshall.setMapView(IPFKnownMapView<NODE> mapView)
Sets agent-specific map view for the map. |
Constructors in cz.cuni.amis.pathfinding.alg.floydwarshall with parameters of type IPFKnownMapView | |
---|---|
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. |
Uses of IPFKnownMapView in cz.cuni.amis.pathfinding.map |
---|
Classes in cz.cuni.amis.pathfinding.map that implement IPFKnownMapView | |
---|---|
static class |
IPFKnownMapView.DefaultView<NODE>
Default view does not impose any specific view on the map... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |