|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.EvaluationTask<MapPathsBotParameters,MapPathsBot>
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.MapPathsEvaluationTask
public class MapPathsEvaluationTask
Task for evaluation of types of map paths.
| Nested Class Summary | |
|---|---|
static class |
MapPathsEvaluationTask.PathType
Path types to count. |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
static MapPathsEvaluationTask |
buildFromArgs(String[] args)
Deprecated. |
int |
getBatchNumber()
Gets batch number. |
MapPathsBotParameters |
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 |
getNavigation()
|
String |
getPathPlanner()
|
MapPathsEvaluationTask.PathType |
getPathType()
|
boolean |
getRelevantOnly()
|
String |
getResultPath()
Gets path where result data should be stored. |
boolean |
isBatchTask()
Whether is part of explicitly numbered batch. |
void |
setResultBasePath(String basePath)
|
void |
toArgs(List<String> command)
Deprecated. |
| 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 |
|---|
public MapPathsEvaluationTask(String mapName,
String navigation,
String pathPlanner,
String resultPath,
MapPathsEvaluationTask.PathType pathType,
boolean relevantOnly)
mapName - navigation - pathPlanner - resultPath - pathType - relevantOnly -
public MapPathsEvaluationTask(String mapName,
String navigation,
String pathPlanner,
String resultPath,
MapPathsEvaluationTask.PathType pathType,
boolean relevantOnly,
int batchNumber)
mapName - navigation - pathPlanner - resultPath - pathType - relevantOnly - batchNumber - | Method Detail |
|---|
public String getMapName()
IEvaluationTask
getMapName in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public MapPathsBotParameters getBotParams()
IEvaluationTask
getBotParams in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public String getNavigation()
public String getPathPlanner()
public String getResultPath()
IEvaluationTask
getResultPath in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public MapPathsEvaluationTask.PathType getPathType()
public int getBatchNumber()
public boolean isBatchTask()
@Deprecated public static MapPathsEvaluationTask buildFromArgs(String[] args)
args - Command line arguments.
@Deprecated public void toArgs(List<String> command)
command - Arguments list to fill.public String getLogPath()
IEvaluationTask
getLogPath in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public String getFileName()
IEvaluationTask
getFileName in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public boolean getRelevantOnly()
public Level getLogLevel()
IEvaluationTask
getLogLevel in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>public void setResultBasePath(String basePath)
setResultBasePath in interface IEvaluationTask<MapPathsBotParameters,MapPathsBot>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||