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

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

public class TestStaticViewableObjectImpl
extends TestStaticViewableObject


Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestStaticViewableObject
TestStaticViewableObject.TestStaticViewableObjectUpdatedEvent
 
Field Summary
protected  long longVal
           
protected  String stringVal
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestStaticViewableObject
id, simTime
 
Constructor Summary
TestStaticViewableObjectImpl(TestStaticViewableObject other)
           
TestStaticViewableObjectImpl(WorldObjectId id, long simTime, String staticString, long staticLong)
           
 
Method Summary
protected  void finalize()
           
static cz.cuni.amis.utils.flag.ImmutableFlag<Integer> getInstances()
           
 long getStaticLong()
           
 String getStaticString()
           
 boolean isDifferentFrom(IStaticWorldObject other)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestStaticViewableObject
createUpdateEvent, getCompositeClass, getId, getSimTime
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringVal

protected String stringVal

longVal

protected long longVal
Constructor Detail

TestStaticViewableObjectImpl

public TestStaticViewableObjectImpl(WorldObjectId id,
                                    long simTime,
                                    String staticString,
                                    long staticLong)

TestStaticViewableObjectImpl

public TestStaticViewableObjectImpl(TestStaticViewableObject other)
Method Detail

getInstances

public static cz.cuni.amis.utils.flag.ImmutableFlag<Integer> getInstances()

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

getStaticString

public String getStaticString()
Specified by:
getStaticString in class TestStaticViewableObject

getStaticLong

public long getStaticLong()
Specified by:
getStaticLong in class TestStaticViewableObject

isDifferentFrom

public boolean isDifferentFrom(IStaticWorldObject other)


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