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

Package class diagram package ILocalViewable
All Superinterfaces:
Cloneable, ILocalWorldObject, IWorldObject

public interface ILocalViewable
extends ILocalWorldObject

General interface for local parts of objects whose visiblility may change over time. (since isVisible is most certainly a local property)

Author:
srlok

Method Summary
 boolean isVisible()
          Tells whether the object is currently visible.
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
clone, getCompositeClass
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

isVisible

boolean isVisible()
Tells whether the object is currently visible.

Returns:


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