nl.tudelft.goal.unreal.messages
Class BotParameters

Package class diagram package BotParameters
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 nl.tudelft.goal.unreal.messages.Parameters
                      extended by nl.tudelft.goal.unreal.messages.BotParameters
All Implemented Interfaces:
cz.cuni.amis.pogamut.base.agent.params.IAgentParameters, cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters

public class BotParameters
extends Parameters

Holds parameters specific for the bot.

Also provides functionality to assign defaults to parameters that have not been assigned.

Author:
M.P. Korstanje

Constructor Summary
BotParameters()
           
 
Method Summary
 void assignDefaults(cz.cuni.amis.pogamut.base.agent.params.IAgentParameters defaults)
           
static BotParameters getDefaults()
           
 Level getLogLevel()
           
 int getSkill()
           
 nl.tudelft.goal.ut2004.util.Skin getSkin()
           
 UT2004BotParameters setAgentId(String agentName)
           
 BotParameters setInitialLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
           
 BotParameters setInitialRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)
           
 BotParameters setLogLevel(Level level)
           
 BotParameters setShouldLeadTarget(boolean shouldLeadTarget)
           
 BotParameters setSkill(int skill)
          Sets the bots skill between 0..7.
 BotParameters setSkin(nl.tudelft.goal.ut2004.util.Skin skin)
           
 BotParameters setTeam(nl.tudelft.goal.ut2004.util.Team team)
          Sets the bots preferred team.
 Boolean shouldLeadTarget()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters
getInitialLocation, getInitialRotation, getTeam, setAgentId, 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, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
getAgentId
 

Constructor Detail

BotParameters

public BotParameters()
Method Detail

assignDefaults

public void assignDefaults(cz.cuni.amis.pogamut.base.agent.params.IAgentParameters defaults)
Specified by:
assignDefaults in interface cz.cuni.amis.pogamut.base.agent.params.IAgentParameters
Overrides:
assignDefaults in class UT2004BotParameters

getLogLevel

public Level getLogLevel()

getSkill

public int getSkill()

getSkin

public nl.tudelft.goal.ut2004.util.Skin getSkin()

setLogLevel

public BotParameters setLogLevel(Level level)

setShouldLeadTarget

public BotParameters setShouldLeadTarget(boolean shouldLeadTarget)

setSkill

public BotParameters setSkill(int skill)
Sets the bots skill between 0..7. The bots skill only influences the bots accuracy. Values outside the valid range are clamped.

Parameters:
skill - an integer in the range 0..7

setSkin

public BotParameters setSkin(nl.tudelft.goal.ut2004.util.Skin skin)

setTeam

public BotParameters setTeam(nl.tudelft.goal.ut2004.util.Team team)
Sets the bots preferred team. Typically teams are either 0 or 1.

Parameters:
team -

setInitialLocation

public BotParameters setInitialLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
Overrides:
setInitialLocation in class UT2004BotParameters

setInitialRotation

public BotParameters setInitialRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)
Overrides:
setInitialRotation in class UT2004BotParameters

shouldLeadTarget

public Boolean shouldLeadTarget()

toString

public String toString()
Overrides:
toString in class Object

setAgentId

public UT2004BotParameters setAgentId(String agentName)

getDefaults

public static BotParameters getDefaults()


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