BESSER-PEARL / BESSER

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

Additional methods for class #27

Closed ivan-alfonso closed 10 months ago

ivan-alfonso commented 10 months ago

Additional methods for class:

parents() -> to get the direct parents of a class all_parents() -> to get the direct and indirect parents of a class specializations() -> to get the direct specializations (children) of a class all_specializations() -> to get the direct and indirect specializations (children) of a class association_ends() -> to get the association ends of a class

The following methods were improved:

all_attributes() -> to get all attributes (including inherited) of a class inherited_attributes() -> to get only inherited attributes of a class