Package cmion.level3

Class RequestCancelMindAction


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MindAction getMindAction()
      returns the mind action that this request 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

      • RequestCancelMindAction

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

      • getMindAction

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