CADETProcess.dataStructure.dataStructure.Structure

Contents

CADETProcess.dataStructure.dataStructure.Structure#

class CADETProcess.dataStructure.dataStructure.Structure[source]#

A class representing a structured data entity.

This class is designed to work in conjunction with the StructMeta metaclass to handle descriptors and related parameters.

Attributes:
_parametersdict

Dictionary of parameters associated with the instance.

_sized_parameterslist

List of parameters that have a size attribute.

_polynomial_parameterslist

List of parameters with fill_values attribute.

_required_parameterslist

List of parameters that have a default value of None.

Methods

check_required_parameters()

Verify if all required parameters are set.