| Modifier and Type | Method and Description |
|---|---|
IWorldObjectUpdateResult<ILocalWorldObject> |
ILocalWorldObjectUpdatedEvent.update(ILocalWorldObject object) |
| Modifier and Type | Method and Description |
|---|---|
IWorldObjectUpdateResult<ILocalWorldObject> |
ILocalWorldObjectUpdatedEvent.update(ILocalWorldObject object) |
| Modifier and Type | Method and Description |
|---|---|
ILocalWorldObject |
ILocalWorldView.getLocal(WorldObjectId objectId)
Returns the most current LocalObject.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<WorldObjectId,ILocalWorldObject> |
AbstractLocalWorldView.actLocalWorldObjects |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILocalViewable
General interface for local parts of objects whose visiblility may change over time.
|
| Modifier and Type | Method and Description |
|---|---|
ILocalWorldObject |
ILocalWorldObject.clone() |
ILocalWorldObject |
ICompositeWorldObject.getLocal() |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.