cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
Class GetMaps

Package class diagram package GetMaps
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
      extended by cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.GetMaps

public class GetMaps
extends CommandMessage

Will request map list from the server. Server will respond with IMAP batch map info messages. Corresponding GameBots command is GETMAPS.


Constructor Summary
GetMaps()
          Creates new instance of command GetMaps.
GetMaps(GetMaps original)
          Cloning constructor.
 
Method Summary
 String toHtmlString()
           
 String toMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetMaps

public GetMaps()
Creates new instance of command GetMaps. Will request map list from the server. Server will respond with IMAP batch map info messages. Corresponding GameBots message for this command is GETMAPS.


GetMaps

public GetMaps(GetMaps original)
Cloning constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class 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.