Uses of Class
cmion.architecture.CmionEvent

Packages that use CmionEvent
Package
Description
 
 
 
 
  • Uses of CmionEvent in cmion.architecture

    Modifier and Type
    Class
    Description
    class 
    this event signifies that cmion is ready for executing actions, it is mainly used as a signal to the mind that it can start executing actions
  • Uses of CmionEvent in cmion.level2

    Subclasses of CmionEvent in cmion.level2
    Modifier and Type
    Class
    Description
    class 
    abstract base class for all events relating to the execution of a single competency (e.g.
    class 
    abstract base class for all events relating to the execution of a competency plan (e.g.
    class 
    this event signifies that the execution of a competency was cancelled
    class 
    this type of event is raised by the competency execution system when a competency execution plan has been cancelled the competency manager listens for those events
    class 
    this type of event is raised by the competency execution system when a competency execution plan has failed the competency manager listens for those events
    class 
    this type of event is raised by the competency execution system when a competency execution plan is starting to be carried out
    class 
    this type of event is raised by the competency execution system when a competency execution plan has been carried out successfully the competency manager listens for those events
    class 
    this event signifies that the execution of a competency has failed
    class 
    this event signifies that the execution of a competency has started
    class 
    this event signifies that the execution of a competency has suceeded
    class 
    This event is raised by the SamgarConnector in the add ons package, when it is ready (e.g.
  • Uses of CmionEvent in cmion.level3

    Subclasses of CmionEvent in cmion.level3
    Modifier and Type
    Class
    Description
    class 
    this type of event is raised by the competency manager when a mind action was cancelled the agent mind connector listens for those events and sends them to the agent mind
    class 
    this type of event is raised by the competency manager when a mind action has failed the agent mind connector listens for those events and sends them to the agent mind
    class 
    this type of event is raised by the competency manager when a mind action has succeeded the agent mind connector listens for those events and sends them to the agent mind
    class 
    this type of event can be raised by any competency.
    class 
    this type of event can be raised by any sensing competency.
  • Uses of CmionEvent in cmion.storage

    Subclasses of CmionEvent in cmion.storage
    Modifier and Type
    Class
    Description
    class 
    This event is raised whenever a property value has been set through a RequestSetProperty.
    class 
    This event is raised by a container whenever a property is removed from this container.
    class 
    an event informing that a new subcontainer has been added to a CMION StorageContainer This will be raised by the owner container
    class 
    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