cz.cuni.amis.pogamut.ut2004.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.ut2004.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

Definition of the event IMAP.

Complete message documentation: 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).


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.
protected  long SimTime
           
 
Constructor Summary
MapList()
          Parameter-less contructor for the message.
MapList(MapList original)
          Cloning constructor from the full message.
MapList(String Name)
          Creates new instance of the message MapList.
 
Method Summary
 String getName()
          Name of one map in map list on the server.
 long getSimTime()
          Simulation time in MILLI SECONDS !!!
protected  void setSimTime(long SimTime)
          Used by Yylex to slip correct time of the object or programmatically.
 String toHtmlString()
           
 String toJsonLiteral()
           
 String toString()
           
 
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

SimTime

protected long SimTime

Name

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

Constructor Detail

MapList

public MapList()
Parameter-less contructor for the message.


MapList

public MapList(String Name)
Creates new instance of the message 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 is IMAP.

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

MapList

public MapList(MapList original)
Cloning constructor from the full message.

Parameters:
original -
Method Detail

getSimTime

public long getSimTime()
Simulation time in MILLI SECONDS !!!

Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent

setSimTime

protected void setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.


getName

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

Specified by:
getName in interface IMapList

toString

public String toString()
Overrides:
toString in class InfoMessage

toHtmlString

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

toJsonLiteral

public String toJsonLiteral()
Overrides:
toJsonLiteral in class InfoMessage


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