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

Packages that use IPFMap
cz.cuni.amis.pathfinding.alg.astar   
cz.cuni.amis.pathfinding.map   
 

Uses of IPFMap in cz.cuni.amis.pathfinding.alg.astar
 

Methods in cz.cuni.amis.pathfinding.alg.astar that return IPFMap
 IPFMap<NODE> AStar.getMap()
          Map abstraction the AStar is working with.
 

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

Constructors in cz.cuni.amis.pathfinding.alg.astar with parameters of type IPFMap
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.
 

Uses of IPFMap in cz.cuni.amis.pathfinding.map
 

Subinterfaces of IPFMap in cz.cuni.amis.pathfinding.map
 interface IPFKnownMap<NODE>
          This class represents the discrete search space for path-finding algorithms for games.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.