Package cmion.level2
Class CompetencyExecution
- java.lang.Object
-
- ion.Meta.Element
-
- cmion.architecture.CmionComponent
-
- cmion.level2.CompetencyExecution
-
public class CompetencyExecution extends CmionComponent
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
Constructors Constructor Description CompetencyExecution(IArchitecture architecture)create a new Competency Execution Component
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterHandlers()registers request and event handlers of the competency execution system-
Methods inherited from class cmion.architecture.CmionComponent
getArchitecture, isConnected, onDestroy, raise
-
-
-
-
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:
registerHandlersin classCmionComponent
-
-