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

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

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

Methods in cz.cuni.amis.pathfinding.alg.astar that return IPFMapView
 IPFMapView<NODE> AStar.getMapView()
          Returns agent-specific map view for the map.
 

Methods in cz.cuni.amis.pathfinding.alg.astar with parameters of type IPFMapView
 AStarResult<NODE> AStar.findPath(IPFGoal<NODE> goal, IPFMapView<NODE> mapView)
          Method performing an AStar search over graph defined inside IPFMap starting from 'start' node driving itself towards goal that is described by IPFGoal.
 void AStar.setMapView(IPFMapView<NODE> mapView)
          Sets agent-specific map view for the map.
 

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

Subinterfaces of IPFMapView in cz.cuni.amis.pathfinding.map
 interface IPFKnownMapView<NODE>
          This interface provides additional information about the map algorithms are going to work with.
 

Classes in cz.cuni.amis.pathfinding.map that implement IPFMapView
static class IPFKnownMapView.DefaultView<NODE>
          Default view does not impose any specific view on the map...
static class IPFMapView.DefaultView<NODE>
          Default view does not impose any specific view on the map...
 



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