Skip to content

PlantUML view lines displays types instead of attributes #78

Description

@abulka

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions