|
|||||||||
| 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 java.lang.String |
Id
Id of the ray to be removed. |
static java.lang.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(java.lang.String Id)
Creates new instance of command RemoveRay. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Id of the ray to be removed. |
RemoveRay |
setId(java.lang.String Id)
Id of the ray to be removed. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toMessage()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROTOTYPE
protected java.lang.String Id
| Constructor Detail |
|---|
public RemoveRay(java.lang.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 java.lang.String getId()
public RemoveRay setId(java.lang.String Id)
public java.lang.String toString()
toString in class CommandMessagepublic java.lang.String toHtmlString()
public java.lang.String toMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||