module documentation

Undocumented

Class BaseComponent Base class for all components (= OPC UA machinery items).
Class BaseMachineryItem Base class for both machines (BaseMachine) and components (BaseComponent).
Type Variable _ComponentType Undocumented
Type Variable _MethodType Undocumented
Type Variable _SkillType Undocumented
_ComponentType =

Undocumented

Value
TypeVar('_ComponentType',
        bound='BaseMachineryItem')
_MethodType =

Undocumented

Value
TypeVar('_MethodType',
        bound='AbstractMethod')
_SkillType =

Undocumented

Value
TypeVar('_SkillType',
        bound='AbstractSkill')