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

public interface INavigationEvaluationTask
Interface for navigation evaluation task. Extends base interface with navigation specific parameters.
| Method Summary | |
|---|---|
int |
getLimit()
Get limit of evaluated paths. |
String |
getNavigation()
Get navigation for evaluation. |
String |
getPathPlanner()
Get path planner for evaluation. |
RecordType |
getRecordType()
Get type of records to create. |
String |
getResultPath()
Get path where results will be stored. |
boolean |
isOnlyRelevantPaths()
Whether to evaluate relevant paths only. |
void |
setLimit(int limit)
Set limit of evaluated paths. |
void |
setNavigation(String navigation)
Set navigation for evaluation. |
void |
setOnlyRelevantPaths(boolean onlyRelevantPaths)
Set if evaluate only relevant paths. |
void |
setPathPlanner(String pathPlanner)
Set path planner. |
void |
setResultPath(String resultPath)
Set path for storing results. |
| Methods inherited from interface cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.IEvaluationTask |
|---|
getBotClass, getBotParams, getBotParamsClass, getFileName, getJarPath, getLogLevel, getLogPath, getMapName, setResultBasePath |
| Method Detail |
|---|
void setLimit(int limit)
limit - String getPathPlanner()
int getLimit()
void setOnlyRelevantPaths(boolean onlyRelevantPaths)
onlyRelevantPaths - boolean isOnlyRelevantPaths()
void setResultPath(String resultPath)
resultPath - void setPathPlanner(String pathPlanner)
pathPlanner - String getNavigation()
void setNavigation(String navigation)
navigation - String getResultPath()
getResultPath in interface IEvaluationTask<BotNavigationParameters,NavigationEvaluatingBot>RecordType getRecordType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||