smia.utilities.aas_model_extension_utils module

class smia.utilities.aas_model_extension_utils.AASModelExtensionUtils[source]

Bases: object

This class contains utility methods related to the extension of the BaSyx Python SDK AAS model.

static get_extension_classes_dict()[source]

This method returns the dictionary with the link between all BaSyx AAS classes and Extended SMIA classes.

Returns:

dictionary with the BaSyx classes as keys and Extended SMIA classes as values.

Return type:

dict

static extend_basyx_aas_model()[source]