cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
Class MapPathsBotParameters
java.lang.Object
cz.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.MapPathsBotParameters
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.agent.params.IAgentParameters, cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters
public class MapPathsBotParameters
- extends UT2004BotParameters
Parameters for MapPathsBot.
- Author:
- Bogo
| 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 |
MapPathsBotParameters
public MapPathsBotParameters(MapPathsEvaluationTask task)
- Default constructor.
- Parameters:
task -
getPathPlanner
public String getPathPlanner()
getNavigation
public String getNavigation()
getPathType
public MapPathsEvaluationTask.PathType getPathType()
getMapName
public String getMapName()
getTask
public MapPathsEvaluationTask getTask()
getRelevantOnly
public boolean getRelevantOnly()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.