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

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


Field Summary
protected  String Name
           
protected  String Type
           
 
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)
           
 
Method Summary
 String getName()
           
 String getType()
           
 GetGeo setName(String Name)
           
 GetGeo 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

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.

Method Detail

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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.