cz.cuni.amis.pogamut.ut2004.bot.killbot
Class KillBotParameters

Package class diagram package KillBotParameters
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.bot.killbot.KillBotParameters
All Implemented Interfaces:
IAgentParameters, IRemoteAgentParameters

public class KillBotParameters
extends UT2004BotParameters


Constructor Summary
KillBotParameters(Location spawningLocation, Location turnToLocation)
           
 
Method Summary
 Location getSpawningLocation()
           
 Location getTurnToLocation()
           
 
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

KillBotParameters

public KillBotParameters(Location spawningLocation,
                         Location turnToLocation)
Method Detail

getTurnToLocation

public Location getTurnToLocation()

getSpawningLocation

public Location getSpawningLocation()


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