hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Cutomizing Class diagram output #57

Closed yogendra-singh09 closed 3 years ago

yogendra-singh09 commented 6 years ago

I am using plantuml source plugin to generate code. Most of the thing I have customized as per my requirement still some are left which I am not able to customize.

1) By default the plantUML source generate code as

BaseModel <|-- PreAssessmentProgressModel

But I want to show ":extends: in diagram.

PreAssessmentProgressModel ..> BaseModel : extends

2) The Attribute of the cass are written as

-String overallCompletion

Insite I want output as first attribute name and then type.

overallCompletion String

hallvard commented 3 years ago

In the next version, I will change the attribute syntax to proper UML (see #115). At some point I may support more extensive customisation of the generated PlantUML source.