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

Package class diagram package TestCompositeViewableObjectMessage
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestCompositeViewableObject
      extended by cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestCompositeViewableObjectMessage
All Implemented Interfaces:
IWorldObject, IViewable, ICompositeWorldObject, IGBViewable

public class TestCompositeViewableObjectMessage
extends TestCompositeViewableObject


Nested Class Summary
protected  class TestCompositeViewableObjectMessage.TestLocalViewableObjectMessage
           
protected  class TestCompositeViewableObjectMessage.TestSharedViewableObjectMessage
           
protected  class TestCompositeViewableObjectMessage.TestStaticViewableObjectMessage
           
 
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestCompositeViewableObject
TestCompositeViewableObject.TestCompositeViewableObjectUpdatedEvent
 
Field Summary
protected  Long localLong
           
protected  String localString
           
protected  Long sharedLong
           
protected  String sharedString
           
protected  Long staticLong
           
protected  String staticString
           
protected  long time
           
protected  boolean visible
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestCompositeViewableObject
id
 
Constructor Summary
TestCompositeViewableObjectMessage(WorldObjectId id, long time, String localString, Long localLong, String sharedString, long sharedLong, String staticString, Long staticLong, boolean visible)
           
 
Method Summary
 IWorldObjectUpdatedEvent createDisappearEvent()
           
protected  void finalize()
           
static cz.cuni.amis.utils.flag.ImmutableFlag<Integer> getInstances()
           
 ILocalWorldObject getLocal()
           
 long getLocalLong()
           
 String getLocalString()
           
 ISharedWorldObject getShared()
           
 long getSharedLong()
           
 String getSharedString()
           
 long getSimTime()
           
 IStaticWorldObject getStatic()
           
 long getStaticLong()
           
 String getStaticString()
           
 boolean isVisible()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.TestCompositeViewableObject
createUpdateEvent, getId
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected long time

localString

protected String localString

localLong

protected Long localLong

sharedString

protected String sharedString

sharedLong

protected Long sharedLong

staticString

protected String staticString

staticLong

protected Long staticLong

visible

protected boolean visible
Constructor Detail

TestCompositeViewableObjectMessage

public TestCompositeViewableObjectMessage(WorldObjectId id,
                                          long time,
                                          String localString,
                                          Long localLong,
                                          String sharedString,
                                          long sharedLong,
                                          String staticString,
                                          Long staticLong,
                                          boolean visible)
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

getSimTime

public long getSimTime()

getLocalString

public String getLocalString()
Specified by:
getLocalString in class TestCompositeViewableObject

getLocalLong

public long getLocalLong()
Specified by:
getLocalLong in class TestCompositeViewableObject

getStaticString

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

getStaticLong

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

getSharedString

public String getSharedString()
Specified by:
getSharedString in class TestCompositeViewableObject

getSharedLong

public long getSharedLong()
Specified by:
getSharedLong in class TestCompositeViewableObject

getLocal

public ILocalWorldObject getLocal()

getShared

public ISharedWorldObject getShared()

getStatic

public IStaticWorldObject getStatic()

createDisappearEvent

public IWorldObjectUpdatedEvent createDisappearEvent()

isVisible

public boolean isVisible()


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