Skip to content

waggly-uml supports linking

Latest
Compare
Choose a tag to compare
@schoeffm schoeffm released this 13 Sep 15:32
· 4 commits to master since this release

You're now able to define links within your UML definition. So when you have a class-definition like

[Person||+getName():String {bg:cornsilk}]

which contains an additional background-color definition you're able to include a link within the additions block i.e.:

[Person||+getName():String {bg:cornsilk;link:http://www.wuml.it/class/[Address]}]