component.py
Others:
Bases: object
This class is the base class for Manager package Components.
| Parameters: | name – Component name. ( String ) |
|---|
This method is the property for self.__name attribute.
| Returns: | self.__name. ( String ) |
|---|
This method is the property for self.__activated attribute.
| Returns: | self.__activated. ( Boolean ) |
|---|
This method is the property for self.__initialized attribute.
| Returns: | self.__initialized. ( Boolean ) |
|---|
This method is the property for self.__deactivatable attribute.
| Returns: | self.__deactivatable. ( Boolean ) |
|---|
This method sets Component activation state.
| Returns: | Method success. ( Boolean ) |
|---|