Package cmion.addOns.samgar
Class SamgarConnector
- java.lang.Object
-
- ion.Meta.Element
-
- cmion.architecture.CmionComponent
-
- cmion.addOns.samgar.SamgarConnector
-
- All Implemented Interfaces:
java.lang.Runnable
public class SamgarConnector extends cmion.architecture.CmionComponent implements java.lang.Runnablethis class provides a connector to SAMGAR. It handles the dynamic construction of SAMGAR competencies
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMODULE_NAMEthe name of the cmion module within Samgar
-
Constructor Summary
Constructors Constructor Description SamgarConnector(cmion.architecture.IArchitecture architecture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterHandlers()voidrun()main function of the Samgar connector (thread)-
Methods inherited from class cmion.architecture.CmionComponent
getArchitecture, isConnected, onDestroy, raise
-
-
-
-
Field Detail
-
MODULE_NAME
public static final java.lang.String MODULE_NAME
the name of the cmion module within Samgar- See Also:
- Constant Field Values
-
-