cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class AutoTraceRayMessage.AutoTraceRayStaticMessage

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayMessage.AutoTraceRayStaticMessage
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Enclosing class:
AutoTraceRayMessage

public class AutoTraceRayMessage.AutoTraceRayStaticMessage
extends AutoTraceRayStatic

Implementation of the static part of the GameBots2004 message ATR, used to facade ATRMessage.

Complete message documentation: Synchronous message. Contains the results of automatically casted rays. One ATR message is for one casted ray. New automatically casted rays can be defined by ADDRAY command and removed by REMOVERAY command.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
SimTime
 
Constructor Summary
AutoTraceRayMessage.AutoTraceRayStaticMessage()
           
 
Method Summary
 AutoTraceRayMessage.AutoTraceRayStaticMessage clone()
           
 UnrealId getId()
          An Id for this ray (should be unique), assigned by the user when adding ray.
 java.lang.String toHtmlString()
           
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoTraceRayMessage.AutoTraceRayStaticMessage

public AutoTraceRayMessage.AutoTraceRayStaticMessage()
Method Detail

clone

public AutoTraceRayMessage.AutoTraceRayStaticMessage clone()
Specified by:
clone in class AutoTraceRayStatic

getId

public UnrealId getId()
An Id for this ray (should be unique), assigned by the user when adding ray.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class AutoTraceRayStatic
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class AutoTraceRayStatic

toHtmlString

public java.lang.String toHtmlString()
Overrides:
toHtmlString in class AutoTraceRayStatic