cz.cuni.amis.pogamut.ut2004.bot.impl
Class UT2004BotName
java.lang.Object
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004BotName
public class UT2004BotName
- extends Object
Provides abstraction over the UT2004Bot name in the game allowing to append "extra infos" to it.
- Author:
- Jimmy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UT2004BotName
public UT2004BotName(UT2004Bot bot,
String base)
setNameBase
public void setNameBase(String base)
setTag
public void setTag(String tag)
deleteTag
public void deleteTag(String tag)
setInfo
public void setInfo(String value)
- Alias for
setInfo(String, String)(null, value), i.e., assigning 'value' to 'NULL KEY'.
- Parameters:
value -
setInfo
public void setInfo(String key,
String value)
- Parameters:
key - CAN BE NULLvalue - CAN BE NULL
deleteInfo
public void deleteInfo(String key)
- Parameters:
key - CAN BE NULL
updateName
public void updateName()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.