cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands
Class GetConf
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.GetConf
public class GetConf
- 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 GETCONF.
Type
protected String Type
Name
protected String Name
GetConf
public GetConf(String Type,
String Name)
GetConf
public GetConf()
- WARNING: this is empty-command constructor, you have to use
setters to fill it up!
GetConf
public GetConf(GetConf original)
- Cloning constructor.
getType
public String getType()
setType
public GetConf setType(String Type)
getName
public String getName()
setName
public GetConf 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.