Uses of Class
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.MapPathsEvaluationTask.PathType

Packages that use MapPathsEvaluationTask.PathType
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot   
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task   
 

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

Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot that return MapPathsEvaluationTask.PathType
 MapPathsEvaluationTask.PathType MapPathsBotParameters.getPathType()
           
 

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

Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task that return MapPathsEvaluationTask.PathType
 MapPathsEvaluationTask.PathType MapPathsEvaluationTask.getPathType()
           
static MapPathsEvaluationTask.PathType MapPathsEvaluationTask.PathType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapPathsEvaluationTask.PathType[] MapPathsEvaluationTask.PathType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task with parameters of type MapPathsEvaluationTask.PathType
MapPathsEvaluationTask(String mapName, String navigation, String pathPlanner, String resultPath, MapPathsEvaluationTask.PathType pathType, boolean relevantOnly)
          Default constructor.
MapPathsEvaluationTask(String mapName, String navigation, String pathPlanner, String resultPath, MapPathsEvaluationTask.PathType pathType, boolean relevantOnly, int batchNumber)
          Constructor with explicit batch number.
 

Constructor parameters in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task with type arguments of type MapPathsEvaluationTask.PathType
MapPathsBatchTaskCreator(int batchNumber, List<String> maps, String navigation, String pathPlanner, String resultPath, List<MapPathsEvaluationTask.PathType> pathTypes, boolean relevantOnly)
          Default constructor.
 



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