public class MapEnvelopeTask extends EvaluationTask<TaskBotParameters,EnvelopeBot> implements IEvaluationTask<TaskBotParameters,EnvelopeBot>
| Constructor and Description |
|---|
MapEnvelopeTask(String mapName,
String resultPath)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MapEnvelopeTask> |
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) |
getBotClass, getBotParamsClass, getJarPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBotClass, getBotParamsClass, getJarPathpublic String getMapName()
IEvaluationTaskgetMapName in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public String getResultPath()
IEvaluationTaskgetResultPath in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public String getLogPath()
IEvaluationTaskgetLogPath in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public String getFileName()
IEvaluationTaskgetFileName in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public void setResultBasePath(String basePath)
setResultBasePath in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public TaskBotParameters getBotParams()
IEvaluationTaskgetBotParams in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public Level getLogLevel()
IEvaluationTaskgetLogLevel in interface IEvaluationTask<TaskBotParameters,EnvelopeBot>public static List<MapEnvelopeTask> createBatch(List<String> mapNames, String resultPath)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.