Agent Type List
Name |
Description |
InternalEventBusSkill |
SRE implementation of an internal skill that provides an event dispatcher to notify the different components/behaviors of an agent. |
Name |
Description |
InternalEventBusSkill |
SRE implementation of an internal skill that provides an event dispatcher to notify the different components/behaviors of an agent. |
Object Type List
Name |
Description |
ConcurrentMultiList |
A collection composed of collections. |
EventBus |
The class in charge of dispatching every single events coming from the outside of this agent (i.e. from a space) or from an agent's behavior. |
EventBusFactory |
Factory of event bus. |
MultiIterator |
Iterator on multicollection. |
PolymorphicEventBusFactory |
Factory of event bus that is using the polymorphic method for accessing the event handlers. |
ReflectEventBusFactory |
Factory of event bus that is using the reflection method for accessing the event handlers. |
Name |
Description |
ConcurrentMultiList |
A collection composed of collections. |
EventBus |
The class in charge of dispatching every single events coming from the outside of this agent (i.e. from a space) or from an agent's behavior. |
MultiIterator |
Iterator on multicollection. |
PolymorphicEventBusFactory |
Factory of event bus that is using the polymorphic method for accessing the event handlers. |
ReflectEventBusFactory |
Factory of event bus that is using the reflection method for accessing the event handlers. |