| Class | Description |
|---|---|
| BlackBoard |
The BlackBoard is a storage container for competencies to share information
with each other.
|
| CmionStorageContainer |
a storage container is used for storing data that is shared between the components.
|
| EventPropertyChanged |
This event is raised whenever a property value has been set through a
RequestSetProperty.
|
| EventPropertyRemoved |
This event is raised by a container whenever a property is removed from this
container.
|
| EventSubContainerAdded |
an event informing that a new subcontainer has been added to a CMION StorageContainer
This will be raised by the owner container
|
| EventSubContainerRemoved |
an event informing that a new sub container has been removed from a CMION StorageContainer
This will be raised by the owner container
Note that this will only be raised if removal has been requested for the container itself,
if this container was removed because its parent, grandparent, etc, was removed, the event
will not be raised
|
| RequestAddSubContainer |
a request that can be made to any CMION Storage Container for adding a new
sub container
|
| RequestRemoveProperty |
Request a container to remove property of the given name.
|
| RequestRemoveSubContainer |
a request that can be made to any CMION Storage Container for removing an
existing sub container (does not remove sub sub containers)
|
| RequestSetProperty |
Request to set the given property to the given value.
|
| WorldModel |
a specific subclass of cmion storage container with convenience methods added
for handling "agent" and "object" sub containers.
|