Uses of Class
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot.EvaluatingBot

Packages that use EvaluatingBot
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot   
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.jumppad   
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task   
 

Uses of EvaluatingBot in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
 

Subclasses of EvaluatingBot in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
 class EnvelopeBot
          Bot for computation of the map envelope.
 class JumpInspectingBot
          Bot used for gathering data about jumps.
 class JumpInspectingBotFall
          Bot used for gathering data about jumps with fall.
 class MapPathsBot
          Bot for evaluation of map paths.
 class NavigationEvaluatingBot
          Bot for evaluating navigations.
 

Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot with parameters of type EvaluatingBot
static IUT2004Navigation NavigationFactory.getNavigation(EvaluatingBot bot, UT2004Bot utBot, String navigationType)
          Get IUT2004Navigation specified in params for given bot .
static cz.cuni.amis.pogamut.base.agent.navigation.IPathPlanner NavigationFactory.getPathPlanner(EvaluatingBot bot, UT2004Bot utBot, String pathPlannerType)
          Get IPathPlanner specified in params for given bot .
 

Uses of EvaluatingBot in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.jumppad
 

Subclasses of EvaluatingBot in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.jumppad
 class JumppadCollectorBot
          Bot collecting data about jump pads for their highlighting in the map geometry before creating mesh.
 

Uses of EvaluatingBot in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task
 

Classes in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task with type parameters of type EvaluatingBot
 class EvaluationTask<T extends UT2004BotParameters,X extends EvaluatingBot>
          Abstract class for evaluation task.
 interface IEvaluationTask<T extends UT2004BotParameters,X extends EvaluatingBot>
          Base interface for evaluation task.
 



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