T - UT2004BotParameters parameters classX - EvaluatingBot botpublic interface IEvaluationTask<T extends cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters,X extends EvaluatingBot>
| Modifier and Type | Method and Description |
|---|---|
Class<X> |
getBotClass()
Class of bot.
|
T |
getBotParams()
Bot parameters.
|
Class<T> |
getBotParamsClass()
Class of bot parameters.
|
String |
getFileName()
File of the task.
|
String |
getJarPath()
Gets path where jar with bot is located.
|
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) |
String getMapName()
T getBotParams()
String getLogPath()
String getFileName()
String getJarPath()
String getResultPath()
Level getLogLevel()
void setResultBasePath(String basePath)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.