| Modifier and Type | Interface and Description |
|---|---|
interface |
ISharedComponentController<COMPONENT extends ISharedComponent>
The component controller is meant for simple
ISharedComponent NOT IComponents (for them, use IComponentController instead). |
class |
SharedComponentController<COMPONENT extends ISharedComponent>
Shared component controller is meant to provide management of lifecycle methods of the
ISharedComponent
while providing methods that has to be implemented by any ISharedComponent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISharedComponentController<COMPONENT extends ISharedComponent>
The component controller is meant for simple
ISharedComponent NOT IComponents (for them, use IComponentController instead). |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedComponentController<COMPONENT extends ISharedComponent>
Shared component controller is meant to provide management of lifecycle methods of the
ISharedComponent
while providing methods that has to be implemented by any ISharedComponent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISharedWorldChangeEventInput
General interface for shared components capable of processing events.
|
interface |
ISharedWorldView
Interface for WorldViews for multi-agent systems
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharedWorldView |
class |
BatchAwareSharedWorldView
SharedWorldView with batch-driven implementation.
|
class |
EventDrivenSharedWorldView
SharedWorldView implementing basic event management (notyfying listeners --- not yet fully functional)
and updating shared objects using the events.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.