Package cmion.level3


package cmion.level3
  • Classes
    Class
    Description
    This abstract class describes the functionality an agent mind interface should provide.
    the competency manager receives actions from the mind for execution and decomposes them into a plan of competencies for execution
    a competency manager rule maps a mind action and the state of available competencies to a CompetencyExecutionPlan
    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
    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
    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
    this type of event can be raised by any competency.
    this type of event can be raised by any sensing competency.
    the base class for mind actions, different minds (e.g.
    this type of event is raised by the agent mind connector when the mind decides to cancel a currently executing mind action the competency manager listens for those events to stop the execution
    this type of event is raised by the agent mind connector when the mind sends a new action for execution the competency manager listens for those events to plan their execution