Uses of Interface
cz.cuni.amis.pogamut.base.component.ISharedComponent

Packages that use ISharedComponent
cz.cuni.amis.pogamut.base.component.controller   
cz.cuni.amis.pogamut.multi.communication.worldview   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of ISharedComponent in cz.cuni.amis.pogamut.base.component.controller
 

Classes in cz.cuni.amis.pogamut.base.component.controller with type parameters of type ISharedComponent
 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.
 

Subinterfaces of ISharedComponent in cz.cuni.amis.pogamut.base.component.controller
 interface ISharedComponentController<COMPONENT extends ISharedComponent>
          The component controller is meant for simple ISharedComponent NOT IComponents (for them, use IComponentController instead).
 

Classes in cz.cuni.amis.pogamut.base.component.controller that implement ISharedComponent
 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.
 

Uses of ISharedComponent in cz.cuni.amis.pogamut.multi.communication.worldview
 

Subinterfaces of ISharedComponent in cz.cuni.amis.pogamut.multi.communication.worldview
 interface ISharedWorldChangeEventInput
          General interface for shared components capable of processing events.
 interface ISharedWorldView
          Interface for WorldViews for multi-agent systems
 

Uses of ISharedComponent in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Classes in cz.cuni.amis.pogamut.multi.communication.worldview.impl that implement ISharedComponent
 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 © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.