BESSER-PEARL / BESSER

A Python-based low-modeling low-code platform for smart software
https://besser.readthedocs.io/en/latest/
MIT License
51 stars 12 forks source link

New methods: associations(), generalizations(), all_attributes() #14

Closed ivan-alfonso closed 1 year ago

ivan-alfonso commented 1 year ago

New methods for the Class class:

associations(): to get the list of associations the class is involved in generalizations(): to get the list of associations the class is involved in all_attributes(): to get the list of class attributes including inherited attributes