Add support for "multiple instances" display in all diagram

+1 vote
asked Oct 31, 2017 in Closed feature request by plantuml (295,000 points)

Right now, multiple instance display is only supported in sequence diagram.

Example:

@startuml
actor Alice
collections Bob
Alice -> Bob : hello
@enduml

Is it possible to generalize this to other diagrams ?

The final goal is to better support something like http://rdmueller.github.io/plantUML-revisited/

1 Answer

+1 vote
answered Oct 31, 2017 by plantuml (295,000 points)
selected Mar 21, 2018 by Anthony-Gaudino
 
Best answer

With last beta http://beta.plantuml.net/plantuml.jar

You can now have:

@startuml
database foo1
cloud foo2
collections foo3
@enduml

...