cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
Class MapPathsBotParameters

Package class diagram package MapPathsBotParameters
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters
      extended by cz.cuni.amis.pogamut.base.agent.params.impl.RemoteAgentParameters
          extended by cz.cuni.amis.pogamut.ut2004.agent.params.UT2004AgentParameters
              extended by cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
                  extended by 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

Constructor Summary
MapPathsBotParameters(MapPathsEvaluationTask task)
          Default constructor.
 
Method Summary
 String getMapName()
           
 String getNavigation()
           
 String getPathPlanner()
           
 MapPathsEvaluationTask.PathType getPathType()
           
 boolean getRelevantOnly()
           
 MapPathsEvaluationTask getTask()
           
 
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

MapPathsBotParameters

public MapPathsBotParameters(MapPathsEvaluationTask task)
Default constructor.

Parameters:
task -
Method Detail

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.