cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects
Class TestStaticViewableObject

Package class diagram package TestStaticViewableObject
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestStaticViewableObject
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Direct Known Subclasses:
TestCompositeViewableObjectMessage.TestStaticViewableObjectMessage, TestStaticViewableObjectImpl

public abstract class TestStaticViewableObject
extends Object
implements IStaticWorldObject


Nested Class Summary
static class TestStaticViewableObject.TestStaticViewableObjectUpdatedEvent
           
 
Field Summary
protected  WorldObjectId id
           
protected  long simTime
           
 
Constructor Summary
protected TestStaticViewableObject(WorldObjectId id, long simTime)
           
 
Method Summary
 IStaticWorldObjectUpdatedEvent createUpdateEvent(long time)
           
 Class getCompositeClass()
           
 WorldObjectId getId()
           
 long getSimTime()
           
abstract  long getStaticLong()
           
abstract  String getStaticString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject
isDifferentFrom
 

Field Detail

id

protected WorldObjectId id

simTime

protected long simTime
Constructor Detail

TestStaticViewableObject

protected TestStaticViewableObject(WorldObjectId id,
                                   long simTime)
Method Detail

getStaticString

public abstract String getStaticString()

getStaticLong

public abstract long getStaticLong()

getId

public WorldObjectId getId()
Specified by:
getId in interface IWorldObject

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldObject

getCompositeClass

public Class getCompositeClass()
Specified by:
getCompositeClass in interface IStaticWorldObject

createUpdateEvent

public IStaticWorldObjectUpdatedEvent createUpdateEvent(long time)


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