Package cmion.level3

Class RequestNewMindAction


  • public class RequestNewMindAction
    extends ion.Meta.Request
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MindAction getMindAction()
      returns the mind action that this event refers to
      • Methods inherited from class ion.Meta.Request

        getScheduleTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestNewMindAction

        public RequestNewMindAction​(MindAction mindAction)
        creates a new request
    • Method Detail

      • getMindAction

        public MindAction getMindAction()
        returns the mind action that this event refers to