| Class | Description |
|---|---|
| AbstractLocalWorldView |
WorldView responsible for single agent.
|
| AbstractSharedWorldView | |
| BatchAwareLocalWorldView |
Implements the batch logic into the worldView.
|
| BatchAwareSharedWorldView |
SharedWorldView with batch-driven implementation.
|
| EventDrivenLocalWorldView | |
| EventDrivenSharedWorldView |
SharedWorldView implementing basic event management (notyfying listeners --- not yet fully functional)
and updating shared objects using the events.
|
| LocalWorldViewAdapter |
This class serves as an adapter for ILocalWorldView to satisfy the IWorldView interface,
all methods of this worldView only call the appropriate methods on the backing localWorldView
|
| VisionLocalWorldView |
VisionLocalWorldView manages information about all objects currently in the bot's FOV (field-of-view)
by implementing methods from
IVisionLocalWorldView interface. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.