Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.navigation.astar.UT2004AStar

Packages that use UT2004AStar
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of UT2004AStar in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type UT2004AStar
UT2004PathAutoFixer(UT2004Bot bot, IUT2004PathExecutor<? extends ILocated> pathExecutor, FloydWarshallMap fwMap, UT2004AStar aStar, NavigationGraphBuilder navBuilder)
          UT2004PathAutoFixer will remove edge whenever bot fails UT2004PathAutoFixer.REAMOVE_EDGE_AFTER_N_FAILURES_DEFAULT times to walk through it.
UT2004PathAutoFixer(UT2004Bot bot, IUT2004PathExecutor<? extends ILocated> pathExecutor, FloydWarshallMap fwMap, UT2004AStar aStar, NavigationGraphBuilder navBuilder, int removeBadEdgeAfterNFailures)
          UT2004PathAutoFixer will remove edge whenever bot fails 'removeBadEdgeAfterNFailures' times to walk through it.
 

Uses of UT2004AStar in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as UT2004AStar
protected  UT2004AStar UT2004BotModuleController.aStar
          Class providing A-Star algorithm over the navpoints as they are present within the IWorldView.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return UT2004AStar
 UT2004AStar UT2004BotModuleController.getAStar()
           
 



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