Uses of Interface
cz.cuni.amis.pathfinding.map.IPFKnownMap

Packages that use IPFKnownMap
cz.cuni.amis.pathfinding.alg.floydwarshall   
 

Uses of IPFKnownMap in cz.cuni.amis.pathfinding.alg.floydwarshall
 

Methods in cz.cuni.amis.pathfinding.alg.floydwarshall that return IPFKnownMap
 IPFKnownMap<NODE> FloydWarshall.getMap()
          Map abstraction the FloydWarshall is working with.
 

Methods in cz.cuni.amis.pathfinding.alg.floydwarshall with parameters of type IPFKnownMap
 void FloydWarshall.setMap(IPFKnownMap<NODE> map)
          Sets map abstraction into the FloydWarshall.
 

Constructors in cz.cuni.amis.pathfinding.alg.floydwarshall with parameters of type IPFKnownMap
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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.