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

java.lang.Objectcz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot.BotNavigationParameters
public class BotNavigationParameters
Navigation parameters for creating custom navigation in
NavigationFactory.
| Constructor Summary | |
|---|---|
BotNavigationParameters(INavigationEvaluationTask task)
|
|
| Method Summary | |
|---|---|
int |
getLimit()
Max number of paths to evaluate. |
int |
getLimitForCompare()
Limit for comparison. |
String |
getNavigation()
Gets string representation of IUT2004Navigation which will be used for evaluation. |
String |
getPathPlanner()
Gets string representation of IPathPlanner which will be used for evaluation. |
String |
getRecordPath()
TODO: Unused? |
RecordType |
getRecordType()
Gets type of record which should be recorded and stored in result of evaluation. |
String |
getRepeatFile()
Returns path to repeat file if repeat task, null otherwise. |
String |
getResultPath()
Gets path where the evaluation results should be saved. |
INavigationEvaluationTask |
getTask()
Gets task for this evaluation. |
boolean |
isOnlyRelevantPaths()
Whether to evaluate only relevant paths. |
boolean |
isRepeatTask()
Whether this is repeat task. |
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters |
|---|
assignDefaults, getInitialLocation, getInitialRotation, getTeam, setAgentId, setInitialLocation, setInitialRotation, setTeam, setWorldAddress |
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters |
|---|
getWorldAddress |
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters |
|---|
getAgentId |
| 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.base.agent.params.IAgentParameters |
|---|
getAgentId |
| Constructor Detail |
|---|
public BotNavigationParameters(INavigationEvaluationTask task)
| Method Detail |
|---|
public String getResultPath()
public boolean isOnlyRelevantPaths()
public int getLimit()
public String getPathPlanner()
IPathPlanner which will be used for evaluation.
public String getNavigation()
IUT2004Navigation which will be used for evaluation.
public boolean isRepeatTask()
public String getRepeatFile()
public int getLimitForCompare()
Integer.MAX_VALUE.
public String getRecordPath()
public RecordType getRecordType()
public INavigationEvaluationTask getTask()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||