cz.cuni.amis.pogamut.multi.communication.worldview.object
Interface IStaticWorldObject

Package class diagram package IStaticWorldObject
All Superinterfaces:
IWorldObject

public interface IStaticWorldObject
extends IWorldObject

General interface for all staticWorldObjects.

Author:
srlok

Method Summary
 Class getCompositeClass()
           
 boolean isDifferentFrom(IStaticWorldObject other)
          This method is used for comparing if the static information has been changed during the simulation, this method however takes into account the fact that some static information may be null for some time and then get filled later.
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

getCompositeClass

Class getCompositeClass()

isDifferentFrom

boolean isDifferentFrom(IStaticWorldObject other)
This method is used for comparing if the static information has been changed during the simulation, this method however takes into account the fact that some static information may be null for some time and then get filled later. Also this returns true if other is null. WARNING use this method for anything else at your own risk!

Parameters:
other -
Returns:


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