This class is a placeholder for modeling data. More...
Public Member Functions | |
| def | __init__ |
| def | addAttribute |
| A None argument means that no entry is created in the associated maps. More... | |
| def | __setattr__ |
| def | __getattribute__ |
| def | log |
This class is a placeholder for modeling data.
An object based on this class (particular instance or specialized derived class) can defined attributes with the following properties:
These properties are dictionnaries mapping the attribute name to its associated value for the property.
A typical usage is to derived this class in a specialized form where the attributes names and there properties are defined in the constructor. See use cases at the end of this file.
| def datamodeler.DataModeler.addAttribute | ( | self, | |
| name, | |||
type = None, |
|||
range = None, |
|||
default = None, |
|||
void = None |
|||
| ) |
A None argument means that no entry is created in the associated maps.