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

Package class diagram package ICompositeWorldObject
All Superinterfaces:
IWorldObject
All Known Subinterfaces:
IViewable

public interface ICompositeWorldObject
extends IWorldObject

General interface for all compositeWorldObjects Composite world objects are the equivalent of old WorldObjects.

Author:
srlok

Method Summary
 ILocalWorldObject getLocal()
           
 ISharedWorldObject getShared()
           
 IStaticWorldObject getStatic()
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

getLocal

ILocalWorldObject getLocal()

getShared

ISharedWorldObject getShared()

getStatic

IStaticWorldObject getStatic()


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