| Modifier and Type | Interface and Description |
|---|---|
interface |
IViewable
General interface for objects whose visibility may change through time.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ICompositeWorldObject> |
ILocalWorldView.get(WorldObjectId objectId,
Class<T> clazz)
Returns object with specific id and class, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
ICompositeWorldObject |
ILocalWorldView.get(WorldObjectId objectId) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLocalWorldView.LazyCompositeObjectMap<T extends ICompositeWorldObject>
This is a class for lazy maps holding CompositeWorldObjects .
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ICompositeWorldObject> |
AbstractLocalWorldView.get(WorldObjectId objectId,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.