Cutomizing Class diagram output

0 votes
asked May 10, 2018 in Question / help by sel.browser8890 (120 points)

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 

1 Answer

0 votes
answered May 13, 2018 by plantuml (294,960 points)
I think that you are talking about the Eclipse plugin, right ?

You should post your questions here https://github.com/hallvard/plantuml/issues

Regards,
...