cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
Class TaskBotParameters<T extends EvaluationTask>

Package class diagram package TaskBotParameters
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.TaskBotParameters<T>
Type Parameters:
T - Class of the evaluation task.
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.agent.params.IAgentParameters, cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters

public class TaskBotParameters<T extends EvaluationTask>
extends UT2004BotParameters

General class for bot parameters. Reusable for different bots.

Author:
Bogo

Constructor Summary
TaskBotParameters(T task)
           
 
Method Summary
 T getTask()
           
 void setTask(T 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

TaskBotParameters

public TaskBotParameters(T task)
Method Detail

getTask

public T getTask()

setTask

public void setTask(T task)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.