cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands
Class GetConf

Package class diagram package GetConf
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
      extended by 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.


Field Summary
protected  String Name
           
protected  String Type
           
 
Constructor Summary
GetConf()
          WARNING: this is empty-command constructor, you have to use setters to fill it up!
GetConf(GetConf original)
          Cloning constructor.
GetConf(String Type, String Name)
           
 
Method Summary
 String getName()
           
 String getType()
           
 GetConf setName(String Name)
           
 GetConf setType(String Type)
           
 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

Type

protected String Type

Name

protected String Name
Constructor Detail

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.

Method Detail

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.