cz.cuni.amis.pogamut.ut2004.navigation.evaluator.jumppad
Class JumppadCollectorTask

Package class diagram package JumppadCollectorTask
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.EvaluationTask<TaskBotParameters,JumppadCollectorBot>
      extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.jumppad.JumppadCollectorTask
All Implemented Interfaces:
IEvaluationTask<TaskBotParameters,JumppadCollectorBot>

public class JumppadCollectorTask
extends EvaluationTask<TaskBotParameters,JumppadCollectorBot>

Task for collecting data about jump pads for their highlighting in the map geometry before creating mesh.

Author:
Bogo

Constructor Summary
JumppadCollectorTask()
           
 
Method Summary
static List<JumppadCollectorTask> createBatch(List<String> mapNames, String resultPath)
           
 TaskBotParameters getBotParams()
          Bot parameters.
 String getFileName()
          File of the task.
 Level getLogLevel()
          Get level of log which should be stored in result.
 String getLogPath()
          Path where log will be stored.
 String getMapName()
          Map name where the evaluation will take place.
 String getResultPath()
          Gets path where result data should be stored.
 void setResultBasePath(String basePath)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.EvaluationTask
getBotClass, getBotParamsClass, getJarPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JumppadCollectorTask

public JumppadCollectorTask()
Method Detail

getMapName

public String getMapName()
Description copied from interface: IEvaluationTask
Map name where the evaluation will take place.

Returns:

getResultPath

public String getResultPath()
Description copied from interface: IEvaluationTask
Gets path where result data should be stored.

Returns:

getLogPath

public String getLogPath()
Description copied from interface: IEvaluationTask
Path where log will be stored.

Returns:

getFileName

public String getFileName()
Description copied from interface: IEvaluationTask
File of the task.

Returns:

setResultBasePath

public void setResultBasePath(String basePath)

getBotParams

public TaskBotParameters getBotParams()
Description copied from interface: IEvaluationTask
Bot parameters.

Returns:

getLogLevel

public Level getLogLevel()
Description copied from interface: IEvaluationTask
Get level of log which should be stored in result.

Returns:
Level of log to store

createBatch

public static List<JumppadCollectorTask> createBatch(List<String> mapNames,
                                                     String resultPath)


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