Package cmion.level2
Class CompetencyExecution
java.lang.Object
ion.Meta.Element
cmion.architecture.CmionComponent
cmion.level2.CompetencyExecution
this component is responsible for executing plans of competencies it has received
(normally from the competency manager)
-
Field Summary
Fields inherited from class cmion.architecture.CmionComponent
architecture -
Constructor Summary
ConstructorsConstructorDescriptionCompetencyExecution(IArchitecture architecture) create a new Competency Execution Component -
Method Summary
Modifier and TypeMethodDescriptionfinal voidregisters request and event handlers of the competency execution systemMethods inherited from class cmion.architecture.CmionComponent
getArchitecture, isConnected, onDestroy, raiseMethods inherited from class ion.Meta.Element
destroy, getEventFilters, getEventHandlers, getRequestFilters, getRequestHandlers, getSimulation, getUID, schedule, wasDestroyed
-
Constructor Details
-
CompetencyExecution
create a new Competency Execution Component
-
-
Method Details
-
registerHandlers
public final void registerHandlers()registers request and event handlers of the competency execution system- Specified by:
registerHandlersin classCmionComponent
-