cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class EmptyStaticImpl
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStatic
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyStaticImpl
- All Implemented Interfaces:
- IWorldObject, IStaticWorldObject
public class EmptyStaticImpl
- extends EmptyStatic
Implementation of the static part of the GameBotsUT3 message EMP.
Complete message documentation:
EmptyStaticImpl
public EmptyStaticImpl()
- Parameter-less contructor for the message.
EmptyStaticImpl
public EmptyStaticImpl(Empty original)
- Cloning constructor from the full message.
- Parameters:
original -
EmptyStaticImpl
public EmptyStaticImpl(EmptyStaticImpl original)
- Cloning constructor from the full message.
- Parameters:
original -
EmptyStaticImpl
public EmptyStaticImpl(EmptyStatic original)
- Cloning constructor from the message part.
- Parameters:
original -
getId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
- Specified by:
getId in interface IWorldObject- Overrides:
getId in class EmptyStatic
setSimTime
public void setSimTime(long SimTime)
- Description copied from class:
EmptyStatic
- Used by Yylex to slip correct time of the object or programmatically.
- Overrides:
setSimTime in class EmptyStatic
clone
public EmptyStaticImpl clone()
- Specified by:
clone in class EmptyStatic
isDifferentFrom
public boolean isDifferentFrom(IStaticWorldObject other)
- Specified by:
isDifferentFrom in interface IStaticWorldObject- Overrides:
isDifferentFrom in class EmptyStatic
toString
public String toString()
- Overrides:
toString in class EmptyStatic
toHtmlString
public String toHtmlString()
- Overrides:
toHtmlString in class EmptyStatic
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.