|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ILocalWorldObject 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 ILocalWorldObject | |
|---|---|
IWorldObjectUpdateResult<ILocalWorldObject> |
ILocalWorldObjectUpdatedEvent.update(ILocalWorldObject object)
|
| Methods in cz.cuni.amis.pogamut.multi.communication.translator.event with parameters of type ILocalWorldObject | |
|---|---|
IWorldObjectUpdateResult<ILocalWorldObject> |
ILocalWorldObjectUpdatedEvent.update(ILocalWorldObject object)
|
| Uses of ILocalWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview |
|---|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview that return ILocalWorldObject | |
|---|---|
ILocalWorldObject |
ILocalWorldView.getLocal(WorldObjectId objectId)
Returns the most current LocalObject. |
| Uses of ILocalWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.impl |
|---|
| Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type ILocalWorldObject | |
|---|---|
protected Map<WorldObjectId,ILocalWorldObject> |
AbstractLocalWorldView.actLocalWorldObjects
|
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl that return ILocalWorldObject | |
|---|---|
ILocalWorldObject |
AbstractLocalWorldView.getLocal(WorldObjectId objectId)
|
protected ILocalWorldObject |
AbstractLocalWorldView.getLocal(WorldObjectId objectId,
TimeKey time)
Returns the LocalObject associated with the provided TimeKey. |
protected ILocalWorldObject |
AbstractLocalWorldView.getMostRecentLocalWorldObject(WorldObjectId id)
Returns the most recent instance of object with the specified id. |
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ILocalWorldObject | |
|---|---|
protected void |
AbstractLocalWorldView.addLocalWorldObject(ILocalWorldObject obj)
Helper method for adding a new object into all object maps. |
protected void |
AbstractLocalWorldView.addOldLocalWorldObject(ILocalWorldObject obj,
long eventTime)
Adds this object as old for all heldTimeKeys that currently hold no old copy of this object. |
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 |
VisionLocalWorldView.objectCreated(ILocalWorldObject obj,
long time)
|
protected void |
EventDrivenLocalWorldView.objectCreated(ILocalWorldObject obj,
long time)
Must be called whenever an object was created, raises correct events. |
protected void |
BatchAwareLocalWorldView.objectCreated(ILocalWorldObject obj,
long time)
|
protected void |
VisionLocalWorldView.objectDestroyed(ILocalWorldObject obj,
long time)
|
protected void |
EventDrivenLocalWorldView.objectDestroyed(ILocalWorldObject obj,
long time)
Must be called whenever an object was destroyed - raises correct events. |
protected void |
BatchAwareLocalWorldView.objectDestroyed(ILocalWorldObject obj,
long time)
|
protected void |
EventDrivenLocalWorldView.objectUpdated(ILocalWorldObject obj,
long time)
Must be called whenever an object was updated - raises correct event. |
protected void |
BatchAwareLocalWorldView.objectUpdated(ILocalWorldObject obj,
long time)
|
protected void |
AbstractLocalWorldView.removeLocalWorldObject(ILocalWorldObject obj)
Helper method to remove a localWorldObject from all corresponding object maps (used in DESTROYED events). |
| Uses of ILocalWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.object |
|---|
| Subinterfaces of ILocalWorldObject in cz.cuni.amis.pogamut.multi.communication.worldview.object | |
|---|---|
interface |
ILocalViewable
General interface for local parts of objects whose visiblility may change over time. |
| Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return ILocalWorldObject | |
|---|---|
ILocalWorldObject |
ILocalWorldObject.clone()
|
ILocalWorldObject |
ICompositeWorldObject.getLocal()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||