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.
 int getTeamNumber()
          Returns team of the bot.
 

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:

getTeamNumber

int getTeamNumber()
Returns team of the bot.

Returns:


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