(--------)
You can use this sample:@startumlclass Dummy {aaaa}class Student {Name}Dummy "*" - "*" Student'chapter 3.2Student "0..*" - "1..*" Course(Student , Course) .. Enrollment'Chapter 3.22class Enrollment {drop()cancel()}@endumlHope this helps
I know this is a very old request. Still, it would be nice to have this I can imagine it's difficult to integrate in the grammar.
You could use some kind of workaround for now:
@startumlClass01 "[key]" -- "1" Class02@enduml
So is "[key]" the only possible notation in PlantUML for showing a Qualified Association? Is there an alternative notation?
I can think of a syntax --[key] that goes along with the other line endings, e.g. --* or -->> but I might be mixing the arrow endings on sequence diagram messages...