Package cz.cuni.amis.pathfinding.map

Package class diagram package cz.cuni.amis.pathfinding.map
Interface Summary
IPFGoal<NODE> General interface that is describing the goal for the exploratory path-finder such as A-Star algorithm.
IPFKnownMap<NODE> This class represents the discrete search space for path-finding algorithms for games.
IPFKnownMapView<NODE> This interface provides additional information about the map algorithms are going to work with.
IPFMap<NODE> This class represents the discrete search space for path-finding algorithms for games.
IPFMapView<NODE> This interface provides additional information about the map algorithms are going to work with.
 

Class Summary
IPFKnownMapView.DefaultView<NODE> Default view does not impose any specific view on the map...
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.