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

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

public class GetAllStatus
extends CommandMessage

Request all the possible status messages from the observer. The observer will send the following messages: Game info: NFO, PLR. The observed player: SLF, MYINV. Objects the player sees: PLR, INV, NAV, MOV, PRJ, VEH. Special objects on the map: FLG, BOM, DOM. Corresponding GameBots command is ALL.


Constructor Summary
GetAllStatus()
          Creates new instance of command GetAllStatus.
GetAllStatus(GetAllStatus 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

GetAllStatus

public GetAllStatus()
Creates new instance of command GetAllStatus. Request all the possible status messages from the observer. The observer will send the following messages: Game info: NFO, PLR. The observed player: SLF, MYINV. Objects the player sees: PLR, INV, NAV, MOV, PRJ, VEH. Special objects on the map: FLG, BOM, DOM. Corresponding GameBots message for this command is ALL.


GetAllStatus

public GetAllStatus(GetAllStatus 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.