cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task
Class JumpInspectingTask

Package class diagram package JumpInspectingTask
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.EvaluationTask<UT2004BotParameters,JumpInspectingBot>
      extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.JumpInspectingTask
All Implemented Interfaces:
IEvaluationTask<UT2004BotParameters,JumpInspectingBot>

public class JumpInspectingTask
extends EvaluationTask<UT2004BotParameters,JumpInspectingBot>
implements IEvaluationTask<UT2004BotParameters,JumpInspectingBot>

Task for jump inspection. Gathers data about jumps.

Author:
Bogo

Constructor Summary
JumpInspectingTask()
           
 
Method Summary
 UT2004BotParameters 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)
           
 void setResultPath(String path)
           
 
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
 
Methods inherited from interface cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.IEvaluationTask
getBotClass, getBotParamsClass, getJarPath
 

Constructor Detail

JumpInspectingTask

public JumpInspectingTask()
Method Detail

getMapName

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

Specified by:
getMapName in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:

getBotParams

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

Specified by:
getBotParams in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:

getLogPath

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

Specified by:
getLogPath in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:

getFileName

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

Specified by:
getFileName in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:

setResultPath

public void setResultPath(String path)

getResultPath

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

Specified by:
getResultPath in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:

getLogLevel

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

Specified by:
getLogLevel in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>
Returns:
Level of log to store

setResultBasePath

public void setResultBasePath(String basePath)
Specified by:
setResultBasePath in interface IEvaluationTask<UT2004BotParameters,JumpInspectingBot>


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