|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICompositeWorldObject | |
|---|---|
| cz.cuni.amis.pogamut.base3d.worldview.object | |
| cz.cuni.amis.pogamut.multi.communication.worldview | |
| cz.cuni.amis.pogamut.multi.communication.worldview.impl | |
| Uses of ICompositeWorldObject in cz.cuni.amis.pogamut.base3d.worldview.object |
|---|
| Subinterfaces of ICompositeWorldObject in cz.cuni.amis.pogamut.base3d.worldview.object | |
|---|---|
interface |
IViewable
General interface for objects whose visibility may change through time. |
| Uses of ICompositeWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview with type parameters of type ICompositeWorldObject | ||
|---|---|---|
|
ILocalWorldView.get(WorldObjectId objectId,
Class<T> clazz)
Returns object with specific id and class, if it exists. |
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return ICompositeWorldObject | |
|---|---|
ICompositeWorldObject |
ILocalWorldView.get(WorldObjectId objectId)
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return types with arguments of type ICompositeWorldObject | |
|---|---|
Map<WorldObjectId,ICompositeWorldObject> |
ILocalWorldView.get()
Returns a map of all CompositeWorldObjects in the world. |
Map<Class,Map<WorldObjectId,ICompositeWorldObject>> |
ILocalWorldView.getAll()
Returns all objects sorted according to class. |
| Uses of ICompositeWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Classes in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ICompositeWorldObject | |
|---|---|
protected class |
AbstractLocalWorldView.LazyCompositeObjectMap<T extends ICompositeWorldObject>
This is a class for lazy maps holding CompositeWorldObjects . |
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ICompositeWorldObject | ||
|---|---|---|
|
AbstractLocalWorldView.get(WorldObjectId objectId,
Class<T> clazz)
|
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return ICompositeWorldObject | |
|---|---|
protected abstract ICompositeWorldObject |
AbstractLocalWorldView.createCompositeObject(ILocalWorldObject localObject,
ISharedWorldObject sharedObject,
IStaticWorldObject staticObject)
Method used for returning the appropriate CompositeObject type made from the three provided object parts. |
ICompositeWorldObject |
AbstractLocalWorldView.get(WorldObjectId objectId)
|
protected ICompositeWorldObject |
AbstractLocalWorldView.get(WorldObjectId objectId,
TimeKey time)
Returns the object actual to the specified TimeKey. |
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return types with arguments of type ICompositeWorldObject | |
|---|---|
Map<WorldObjectId,ICompositeWorldObject> |
AbstractLocalWorldView.get()
|
protected Map<WorldObjectId,ICompositeWorldObject> |
AbstractLocalWorldView.get(TimeKey time)
Returns a map of all CompositeWorldObjects in the world. |
Map<Class,Map<WorldObjectId,ICompositeWorldObject>> |
AbstractLocalWorldView.getAll()
|
protected Map<Class,Map<WorldObjectId,ICompositeWorldObject>> |
AbstractLocalWorldView.getAll(TimeKey time)
Returns all objects sorted according to class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||