cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages
Class EmptyLocalImpl
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyLocal
cz.cuni.amis.pogamut.ut3.communication.messages.gbinfomessages.EmptyLocalImpl
- All Implemented Interfaces:
- IWorldObject, ILocalWorldObject, Cloneable
public class EmptyLocalImpl
- extends EmptyLocal
Implementation of the local part of the GameBotsUT3 message EMP.
Complete message documentation:
EmptyLocalImpl
public EmptyLocalImpl()
- Parameter-less contructor for the message.
EmptyLocalImpl
public EmptyLocalImpl(Empty original)
- Cloning constructor from the full message.
- Parameters:
original -
EmptyLocalImpl
public EmptyLocalImpl(EmptyLocalImpl original)
- Cloning constructor from the full message.
- Parameters:
original -
EmptyLocalImpl
public EmptyLocalImpl(EmptyLocal 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 EmptyLocal
setSimTime
public void setSimTime(long SimTime)
- Description copied from class:
EmptyLocal
- Used by Yylex to slip correct time of the object or programmatically.
- Overrides:
setSimTime in class EmptyLocal
clone
public EmptyLocalImpl clone()
- Specified by:
clone in interface ILocalWorldObject- Specified by:
clone in class EmptyLocal
getLocal
public EmptyLocalImpl getLocal()
- Overrides:
getLocal in class EmptyLocal
getShared
public ISharedWorldObject getShared()
- Overrides:
getShared in class EmptyLocal
getStatic
public IStaticWorldObject getStatic()
- Overrides:
getStatic in class EmptyLocal
toString
public String toString()
- Overrides:
toString in class EmptyLocal
toHtmlString
public String toHtmlString()
- Overrides:
toHtmlString in class EmptyLocal
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.