Enum vs Entity distinction

0 votes
asked Jan 29 in Wanted features by anonymous
Hi,

Thank you for providing this amazing tool to the entire humanity ! :P

I usually use PlanUml for every design I have to do, easy maintenability, nice design, very practical !

I simply can't deal without it !

I'm looking for a way to distinguish an enum from an entity in a class diagram, both are abbreviated by a "E" do you know if it's actually possible.

Regards !
commented 5 days ago by JanRoma (140 points)

Hi,

actually the distinction in this case is made basing on the color of the circle.

Like below:

@startuml

entity          entity
enum            enum

@endum

It results in such diagram:

You can easily distinct them by the color of the circle or the name that you are setting.

What other solution you see? Could you describe it?

Jan

1 Answer

0 votes
answered 4 days ago by JanRoma (140 points)

Hi,

actually the distinction in this case is made basing on the color of the circle.

Like below:

@startuml

entity          entity
enum            enum

@endum

It results in such diagram:

You can easily distinct them by the color of the circle or the name that you are setting.

What other solution you see? Could you describe it?
 

Jan

...