|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IStaticWorldObject in cz.cuni.amis.pogamut.multi.communication.translator.event |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.translator.event that return types with arguments of type IStaticWorldObject | |
|---|---|
IWorldObjectUpdateResult<IStaticWorldObject> |
IStaticWorldObjectUpdatedEvent.update(IStaticWorldObject object)
Only possible results are CREATED, DESTROYED or SAME static objects remain the same so they cannot be updated. |
| Methods in cz.cuni.amis.pogamut.multi.communication.translator.event with parameters of type IStaticWorldObject | |
|---|---|
IWorldObjectUpdateResult<IStaticWorldObject> |
IStaticWorldObjectUpdatedEvent.update(IStaticWorldObject object)
Only possible results are CREATED, DESTROYED or SAME static objects remain the same so they cannot be updated. |
| Uses of IStaticWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return IStaticWorldObject | |
|---|---|
IStaticWorldObject |
ISharedWorldView.getStatic(WorldObjectId id)
Returns only the static part of a requested object, static part of each objects only contains properties, that will NOT be changed over time. |
| Uses of IStaticWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type IStaticWorldObject | |
|---|---|
protected Map<WorldObjectId,IStaticWorldObject> |
AbstractSharedWorldView.staticWorldObjects
Map of staticWorldObjects, these objects never change, so there is no need for shadow copies. |
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return IStaticWorldObject | |
|---|---|
IStaticWorldObject |
AbstractSharedWorldView.getStatic(WorldObjectId id)
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type IStaticWorldObject | |
|---|---|
protected void |
AbstractSharedWorldView.addStaticWorldObject(IStaticWorldObject object)
if the object already exists, no changes are made |
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. |
protected void |
AbstractSharedWorldView.removeStaticWorldObject(IStaticWorldObject object)
|
| Uses of IStaticWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.object |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return IStaticWorldObject | |
|---|---|
IStaticWorldObject |
ICompositeWorldObject.getStatic()
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object with parameters of type IStaticWorldObject | |
|---|---|
boolean |
IStaticWorldObject.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||