Package cmion.storage


package cmion.storage
  • Classes
    Class
    Description
    The BlackBoard is a storage container for competencies to share information with each other.
    a storage container is used for storing data that is shared between the components.
    This event is raised whenever a property value has been set through a RequestSetProperty.
    This event is raised by a container whenever a property is removed from this container.
    an event informing that a new subcontainer has been added to a CMION StorageContainer This will be raised by the owner container
    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
    a request that can be made to any CMION Storage Container for adding a new sub container
    Request a container to remove property of the given name.
    a request that can be made to any CMION Storage Container for removing an existing sub container (does not remove sub sub containers)
    Request to set the given property to the given value.
    a specific subclass of cmion storage container with convenience methods added for handling "agent" and "object" sub containers.