Multiple diagrams

0 votes
asked Jul 8, 2014 in Wanted features by anonymous
Hi,

I'm new to plantUml, and I've already fell in in love with.

Is there a way to include multiple diagram types in the same .uml file?

Eg.: After a use case  I want to include an activity diagram, and afterwards a class digram; is there a way for me not to have 3 different files ?

I've tryed !include and it doesn't work; double @startuml in the same file and no success also.

Thanks in advance,

   D Sanguinetti

1 Answer

0 votes
answered Jul 8, 2014 by plantuml (298,440 points)
 
Best answer
Yes, you have several @startuml/@enduml in the same file.

After, it depends on the plugin you are using.

If you use the command line, it will generate several .png files.
The Word plugins & Eclipse plugins also support this.

Which plugin are you using ?

Thanks
...