Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap

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

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

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type FloydWarshallMap
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 FloydWarshallMap in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as FloydWarshallMap
protected  FloydWarshallMap UT2004BotModuleController.fwMap
          Path-planner (IPathPlanner using NavPoints), you may use it to find paths inside the environment wihtout waiting for round-trip of GetPath command and PathLists response from UT2004.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return FloydWarshallMap
 FloydWarshallMap UT2004BotModuleController.getFwMap()
           
 

Uses of FloydWarshallMap in cz.cuni.amis.pogamut.ut2004.storyworld.place
 

Methods in cz.cuni.amis.pogamut.ut2004.storyworld.place that return FloydWarshallMap
 FloydWarshallMap SPStoryWorld.getNavigation()
           
 



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