"interface" or "()" does not work when "allow_mixing"

0 votes
asked Feb 12, 2020 in Bug by Robert

When you want to mix several types of UML diagrams, you can add the word "allow_mixing" right after @start_uml  

But then declaring interfaces does not work anymore.

@startuml
allow_mixing

() "Does not work"
@enduml

I'd gues this is becasue the word "interface" as a double meaning: In class diagrams and in component diagrams.

Would be nice to be able to distinguish. For example  "interface" is a class diagram interface.  and "()" is a round circle interface from the component diagram.

1 Answer

0 votes
answered Feb 12, 2020 by plantuml (294,960 points)
asked May 29, 2022 in Wanted features by The-Lu (63,920 points)
edited May 30, 2022 by The-Lu
Business usecase or "usecase/" does not work when "allow_mixing"
...