cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages
Class MapList

Package class diagram package MapList
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.MapList
All Implemented Interfaces:
IWorldChangeEvent, IWorldEvent, IMapList, cz.cuni.amis.utils.listener.Event

public class MapList
extends InfoMessage
implements IWorldEvent, IWorldChangeEvent, IMapList

Info batch message. Starts with SMAP message, ends with EMAP message. Hold information about available maps on the server (maps to which we can change the game). Corresponding GameBots message is IMAP.


Field Summary
protected  String Name
          Name of one map in map list on the server.
static String PROTOTYPE
          Example how the message looks like - used during parser tests.
 
Constructor Summary
MapList()
          Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
MapList(MapList original)
          Cloning constructor.
MapList(String Name)
          Creates new instance of command MapList.
 
Method Summary
 String getName()
          Name of one map in map list on the server.
 long getSimTime()
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROTOTYPE

public static final String PROTOTYPE
Example how the message looks like - used during parser tests.

See Also:
Constant Field Values

Name

protected String Name
Name of one map in map list on the server.

Constructor Detail

MapList

public MapList(String Name)
Creates new instance of command MapList. Info batch message. Starts with SMAP message, ends with EMAP message. Hold information about available maps on the server (maps to which we can change the game). Corresponding GameBots message for this command is .

Parameters:
Name - Name of one map in map list on the server.

MapList

public MapList(MapList original)
Cloning constructor.


MapList

public MapList()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).

Method Detail

getName

public String getName()
Name of one map in map list on the server.

Specified by:
getName in interface IMapList

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent

toString

public String toString()
Overrides:
toString in class InfoMessage

toHtmlString

public String toHtmlString()
Specified by:
toHtmlString in interface IMapList


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.