MINOR: Association Class doesn't allow quoted class names

0 votes
asked Sep 5, 2015 in To be sorted by valexiev (1,200 points)
edited Sep 18, 2019 by valexiev
The first line works ok, but the second line (which uses http://plantuml.com/classes.html#Association_classes) complains:

@startuml

"cona:700000166-thing" -- "aat:300007466" : crm:P2_has_type

("cona:700000166-thing", "aat:300007466") . "cona:700000166-type1"

@enduml

So I have to sanitize class names like this:

class cona_700000166_thing as "cona:700000166-thing"

class aat_300007466 "aat:300007466"

class cona_700000166_type1 as "cona:700000166-type1"

But it would be nice for Association Classes to allow the same quoted notation that's allowed by attributes and relations

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...