public class UT2004HumanConfig extends Object implements IUT2004HumanConfig
| Constructor and Description |
|---|
UT2004HumanConfig() |
UT2004HumanConfig(UT2004HumanConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.utils.token.IToken |
getHumanId()
Returns ID of this human configuration.
|
int |
getTeamNumber()
Returns the team where the human should be in.
|
UT2004HumanConfig |
setHumanId(cz.cuni.amis.utils.token.IToken botId)
Sets ID of this human configuration.
|
UT2004HumanConfig |
setHumanId(String humanId)
Sets ID of this bot configuration.
|
UT2004HumanConfig |
setTeamNumber(int teamNumber)
Sets team number of the team the bot should join.
|
public UT2004HumanConfig()
public UT2004HumanConfig(UT2004HumanConfig value)
value - public cz.cuni.amis.utils.token.IToken getHumanId()
IUT2004HumanConfiggetHumanId in interface IUT2004HumanConfigpublic UT2004HumanConfig setHumanId(cz.cuni.amis.utils.token.IToken botId)
botId - public UT2004HumanConfig setHumanId(String humanId)
humanId - public int getTeamNumber()
IUT2004HumanConfiggetTeamNumber in interface IUT2004HumanConfigpublic UT2004HumanConfig setTeamNumber(int teamNumber)
teamNumber - Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.