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

Package class diagram package GetStartPoses
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
      extended by cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.GetStartPoses

public class GetStartPoses
extends cz.cuni.amis.pogamut.base.communication.messages.CommandMessage

Basic command, for different arenas, we need different positions. The recommended positions can be queried by this command Corresponding GameBots command is GETSTARTPOSES.//obsolete use STARTPOSES instead


Constructor Summary
GetStartPoses()
          WARNING: this is empty-command constructor, you have to use setters to fill it up!
GetStartPoses(GetConf 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

GetStartPoses

public GetStartPoses()

WARNING: this is empty-command constructor, you have to use setters to fill it up!


GetStartPoses

public GetStartPoses(GetConf original)
Cloning constructor.

Method Detail

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