cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands
Class GetGeo
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.GetGeo
public class GetGeo
- extends cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
There are two types of query command. One queries the geometry information,
and another queries the configuration information.
Corresponding GameBots command is GETGEO.
|
Constructor Summary |
GetGeo()
WARNING: this is empty-command constructor, you have to use
setters to fill it up! |
GetGeo(GetGeo original)
Cloning constructor. |
GetGeo(String Type,
String Name)
|
Type
protected String Type
Name
protected String Name
GetGeo
public GetGeo(String Type,
String Name)
GetGeo
public GetGeo()
- WARNING: this is empty-command constructor, you have to use
setters to fill it up!
GetGeo
public GetGeo(GetGeo original)
- Cloning constructor.
getType
public String getType()
setType
public GetGeo setType(String Type)
getName
public String getName()
setName
public GetGeo setName(String Name)
toString
public String toString()
- Overrides:
toString in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
toHtmlString
public String toHtmlString()
toMessage
public String toMessage()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.