Can Hyperlinks be added to UML-objects?

0 votes
asked Feb 7, 2013 in Wanted features by anonymous

As PlantUML makes use of Graphviz, can Hyperlinks be added to the objects?

I'd like to use this feature to point to some Wiki-Pages describing the classes or use-cases in plain text.

commented Feb 7, 2013 by anonymous
I found in the docu that not all html tags are supported. So especially the <a> is not supported. I would really appreciate this, because it would allow linking from one graph to another (maybe more detailled) one.
GraphViz has this capability, so it should not be a big deal.

1 Answer

0 votes
answered Feb 7, 2013 by plantuml (298,400 points)

Yes, it's possible.

You will find information here : http://plantuml.sourceforge.net/incubation.html

and here : http://plantuml.sourceforge.net/qa/?qa=90/web-links-in-generated-images-e-g-using-image-maps

Is it what you are looking for ?

...