cz.cuni.amis.pogamut.ut2004.tournament.match
Interface IUT2004BotConfig

Package class diagram package IUT2004BotConfig
All Known Implementing Classes:
UT2004BotConfig, UT2004NativeBotConfig

public interface IUT2004BotConfig

Simple interface for data describing the bot.

Author:
Jimmy

Method Summary
 cz.cuni.amis.utils.token.IToken getBotId()
          Returns ID of this bot configuration.
 Integer getBotSkill()
          Returns desired skill of the bot (or null if not set).
 String getBotSkin()
          Returns required skin for the bot (or null if not set).
 Integer getBotTeam()
          Returns team of the bot (or null if not set).
 

Method Detail

getBotId

cz.cuni.amis.utils.token.IToken getBotId()
Returns ID of this bot configuration. This ID will be used for storing result of the tournament for this bot.

DOES NOT MEAN THAT THE EXECUTED BOT WILL HAVE THIS ID IN UT2004!

Returns:

getBotTeam

Integer getBotTeam()
Returns team of the bot (or null if not set).

Returns:

getBotSkill

Integer getBotSkill()
Returns desired skill of the bot (or null if not set).

Returns:

getBotSkin

String getBotSkin()
Returns required skin for the bot (or null if not set).

Returns:


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