public class SetBotDebug extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String PROTOTYPE
protected Boolean Clear
protected String BehName
protected String StateName
protected String FocName
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 - 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 CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.