Package cmion.level2

Class CompetencyExecution


  • public class CompetencyExecution
    extends CmionComponent
    this component is responsible for executing plans of competencies it has received (normally from the competency manager)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerHandlers()
      registers request and event handlers of the competency execution system
      • Methods inherited from class ion.Meta.Element

        destroy, getEventFilters, getEventHandlers, getRequestFilters, getRequestHandlers, getSimulation, getUID, schedule, wasDestroyed
      • Methods inherited from class java.lang.Object

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

      • CompetencyExecution

        public CompetencyExecution​(IArchitecture architecture)
        create a new Competency Execution Component
    • Method Detail

      • registerHandlers

        public final void registerHandlers()
        registers request and event handlers of the competency execution system
        Specified by:
        registerHandlers in class CmionComponent