|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.tournament.match.UT2004HumanConfig
public class UT2004HumanConfig
Describes configuration of a human for player UT2004 match.
| Constructor Summary | |
|---|---|
UT2004HumanConfig()
|
|
UT2004HumanConfig(UT2004HumanConfig value)
Copy-constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UT2004HumanConfig()
public UT2004HumanConfig(UT2004HumanConfig value)
value - | Method Detail |
|---|
public cz.cuni.amis.utils.token.IToken getHumanId()
IUT2004HumanConfig
getHumanId in interface IUT2004HumanConfigpublic UT2004HumanConfig setHumanId(cz.cuni.amis.utils.token.IToken botId)
botId - public UT2004HumanConfig setHumanId(String humanId)
humanId - public int getTeamNumber()
IUT2004HumanConfig
getTeamNumber in interface IUT2004HumanConfigpublic UT2004HumanConfig setTeamNumber(int teamNumber)
teamNumber -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||