|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SetBotDebug
public class SetBotDebug
Representation of the GameBots2004 command SETDEBUG. Sets the debug information for current bot - displayable on HUD.
Field Summary | |
---|---|
protected String |
BehName
Name of currently active behavior. |
protected Boolean |
Clear
If true then erases previously sent debug info. |
protected String |
FocName
Name of current bot behavior focus - other character. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected String |
StateName
Name of currently active behavior state. |
Constructor Summary | |
---|---|
SetBotDebug()
Creates new instance of command SetBotDebug. |
|
SetBotDebug(Boolean Clear,
String BehName,
String StateName,
String FocName)
Creates new instance of command SetBotDebug. |
|
SetBotDebug(SetBotDebug original)
Cloning constructor. |
Method Summary | |
---|---|
String |
getBehName()
Name of currently active behavior. |
String |
getFocName()
Name of current bot behavior focus - other character. |
String |
getStateName()
Name of currently active behavior state. |
Boolean |
isClear()
If true then erases previously sent debug info. |
SetBotDebug |
setBehName(String BehName)
Name of currently active behavior. |
SetBotDebug |
setClear(Boolean Clear)
If true then erases previously sent debug info. |
SetBotDebug |
setFocName(String FocName)
Name of current bot behavior focus - other character. |
SetBotDebug |
setStateName(String StateName)
Name of currently active behavior state. |
String |
toHtmlString()
|
String |
toMessage()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROTOTYPE
protected Boolean Clear
protected String BehName
protected String StateName
protected String FocName
Constructor Detail |
---|
public SetBotDebug(Boolean Clear, String BehName, String StateName, String FocName)
Clear
- If true then erases previously sent debug info.BehName
- Name of currently active behavior.StateName
- Name of currently active behavior state.FocName
- Name of current bot behavior focus - other character.public SetBotDebug()
public SetBotDebug(SetBotDebug original)
original
- Method Detail |
---|
public Boolean isClear()
public SetBotDebug setClear(Boolean Clear)
public String getBehName()
public SetBotDebug setBehName(String BehName)
public String getStateName()
public SetBotDebug setStateName(String StateName)
public String getFocName()
public SetBotDebug setFocName(String FocName)
public String toString()
toString
in class CommandMessage
public String toHtmlString()
public String toMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |