| Package | Description |
|---|---|
| cmion.architecture | |
| cmion.level2 | |
| cmion.level3 | |
| cmion.storage |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EventCmionReady |
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
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompetencyEvent |
abstract base class for all events relating to the execution of a single competency
(e.g.
|
class |
CompetencyExecutionPlanEvent |
abstract base class for all events relating to the execution of a competency plan
(e.g.
|
class |
EventCompetencyCancelled |
this event signifies that the execution of a competency was cancelled
|
class |
EventCompetencyExecutionPlanCancelled |
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 |
EventCompetencyExecutionPlanFailed |
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 |
EventCompetencyExecutionPlanStarted |
this type of event is raised by the competency execution system when a competency execution plan is
starting to be carried out
|
class |
EventCompetencyExecutionPlanSucceeded |
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 |
EventCompetencyFailed |
this event signifies that the execution of a competency has failed
|
class |
EventCompetencyStarted |
this event signifies that the execution of a competency has started
|
class |
EventCompetencySucceeded |
this event signifies that the execution of a competency has suceeded
|
class |
EventSamgarModuleReady |
This event is raised by the SamgarConnector in the add ons package, when it
is ready (e.g.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EventMindActionCancelled |
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 |
EventMindActionFailed |
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 |
EventMindActionSucceeded |
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 |
EventRawMessage |
this type of event can be raised by any competency.
|
class |
EventRemoteAction |
this type of event can be raised by any sensing competency.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EventPropertyChanged |
This event is raised whenever a property value has been set through a
RequestSetProperty.
|
class |
EventPropertyRemoved |
This event is raised by a container whenever a property is removed from this
container.
|
class |
EventSubContainerAdded |
an event informing that a new subcontainer has been added to a CMION StorageContainer
This will be raised by the owner container
|
class |
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
|