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

Handle other plantuml syntax for generalization #45

Closed Aran30 closed 10 months ago

Aran30 commented 11 months ago

Currenlty, the PlantUML to BUML converter understands the PlantUML syntax " A <|-- B " for generalizations. Yet, another way of doing that would be in the class definition itself: class A extends B {...} This is currently not be supported by the converter but I feel might be relevant and seems not too difficult to add.

jcabot commented 11 months ago

We are now reconsidering the "parsing" approach underlying new syntaxes around BUML so this will need to wait for that but I agree, it's a small but nice improvement