|
||||||||||
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.RemoveRay
public class RemoveRay
Representation of the GameBots2004 command REMOVERAY. Will remove a ray from auto ray trace specified by Id.
Field Summary | |
---|---|
protected String |
Id
Id of the ray to be removed. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
Constructor Summary | |
---|---|
RemoveRay()
Creates new instance of command RemoveRay. |
|
RemoveRay(RemoveRay original)
Cloning constructor. |
|
RemoveRay(String Id)
Creates new instance of command RemoveRay. |
Method Summary | |
---|---|
String |
getId()
Id of the ray to be removed. |
RemoveRay |
setId(String Id)
Id of the ray to be removed. |
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 String Id
Constructor Detail |
---|
public RemoveRay(String Id)
Id
- Id of the ray to be removed. If Id = "All" all rays will be
removedr.public RemoveRay()
public RemoveRay(RemoveRay original)
original
- Method Detail |
---|
public String getId()
public RemoveRay setId(String Id)
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 |