Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlantUML view lines displays types instead of attributes #78

Open
abulka opened this issue Jul 25, 2020 · 1 comment
Open

PlantUML view lines displays types instead of attributes #78

abulka opened this issue Jul 25, 2020 · 1 comment

Comments

@abulka
Copy link
Owner

abulka commented Jul 25, 2020

PlantUML view lines/edges displays types instead of attributes. Raised in #75.

The code responsible for generating PlantUML markup is def displaymodel_to_plantuml(displaymodel): in src/generate_code/gen_plantuml.py.

The 'display model' from which the PlantUML is derived, currently does not store the attribute information, so this is going to be a bit tricky to solve. The underlying pmodel (parse model) does have this information but once the UML is rendered, the pmodel is discarded - certainly not persisted. This needs careful thought.

@abulka
Copy link
Owner Author

abulka commented Jul 25, 2020

Disabled line labels in PlantUML view for now, in 2df3c66, till this is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant