guillemets in attribute stereotypes

0 votes
asked May 16, 2015 in Wanted features by otrosien (120 points)

Hello and first of all: Thanks for developing PlantUML. It's a marvellous tool!

I was happy to see the support of guillemets for UML stereotypes. But so far it has only been applied to class-level stereotypes. My model also has stereotypes at attribute level. Example:

@startuml
class Flight << Abstract >> {
flightNumber : Integer << NotNull >> 
}
@enduml

At the moment this is rendered inconsistently. It would be nice if both stereotypes would be using guillemets.

Regards,
 Oliver

 

1 Answer

0 votes
answered May 17, 2015 by plantuml (294,960 points)
Hello,

Thanks for the report.

It should be fixed in the last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

This will be included in next official release

Regards,
commented Jan 19, 2020 by g.edward.roberts (480 points)
This was never fixed....
commented Jan 19, 2020 by plantuml (294,960 points)
commented Jan 20, 2020 by g.edward.roberts (480 points)
That is not where attribute stereotypes go... they go before the name... as illustrated for example in SysML 1.6 Standard... with distributed properties... connectors... participants.. etc.. these are all stereotyped attributes and they all go before the attribute name...
commented Jan 20, 2020 by plantuml (294,960 points)

If you wish, you can also have :

Is this what you are looking for ?

...