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

Package class diagram package 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.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRayStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral
 
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

isDifferentFrom

public boolean isDifferentFrom(IStaticWorldObject other)
Specified by:
isDifferentFrom in interface IStaticWorldObject
Overrides:
isDifferentFrom in class AutoTraceRayStatic

toString

public String toString()
Overrides:
toString in class AutoTraceRayStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class AutoTraceRayStatic


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