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

java.lang.Objectcz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfig
cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig
public class UT2004BotConfig
Describes configuration of the custom-bot created using Pogamut platform.
| Constructor Summary | |
|---|---|
UT2004BotConfig()
|
|
UT2004BotConfig(UT2004BotConfig value)
Copy-constructor. |
|
| Method Summary | |
|---|---|
UT2004BotConfig |
setBotName(String name)
Name to give the bot within the game. |
UT2004BotConfig |
setBotSkill(Integer desiredSkill)
Sets desired skill level for the bot (0 ... |
UT2004BotConfig |
setBotSkin(String skin)
Set desired (custom) bot skin. |
UT2004BotConfig |
setBotTeam(Integer teamNumber)
Sets team number the bot should play for. |
UT2004BotConfig |
setPathToBotJar(String pathToBotJar)
|
UT2004BotConfig |
setRedirectStdErr(boolean redirectStdErr)
|
UT2004BotConfig |
setRedirectStdOut(boolean redirectStdOut)
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfig |
|---|
getBotId, getBotName, getBotSkill, getBotSkin, getBotTeam, getJarFile, getParameters, getPathToBotJar, isBotJarExist, isRedirectStdErr, isRedirectStdOut, removeParameter, setBotId, setBotId, setParameter, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface cz.cuni.amis.pogamut.ut2004.tournament.match.IUT2004BotConfig |
|---|
getBotId, getBotSkill, getBotSkin, getBotTeam |
| Constructor Detail |
|---|
public UT2004BotConfig()
public UT2004BotConfig(UT2004BotConfig value)
value - | Method Detail |
|---|
public UT2004BotConfig setBotName(String name)
setBotName in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigname -
public UT2004BotConfig setBotTeam(Integer teamNumber)
setBotTeam in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigteamNumber - public UT2004BotConfig setBotSkill(Integer desiredSkill)
setBotSkill in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigdesiredSkill -
public UT2004BotConfig setBotSkin(String skin)
setBotSkin in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigskin -
public UT2004BotConfig setPathToBotJar(String pathToBotJar)
setPathToBotJar in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic UT2004BotConfig setRedirectStdErr(boolean redirectStdErr)
setRedirectStdErr in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic UT2004BotConfig setRedirectStdOut(boolean redirectStdOut)
setRedirectStdOut in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfigpublic String toString()
toString in class cz.cuni.amis.pogamut.ut2004.agent.execution.UT2004BotExecutionConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||