yUML Support

Create and share simple UML diagrams in your posts; Lucee forum now supports yUML diagrams.

Usage

A yUML diagram can be specified as so

[yuml]
[Class] -> [AnotherClass]
[/yuml]

Which should give you a diagram like so

Limitations

Currently, it only supports yUML class diagrams. Can only have one yUML diagram per post.

Examples

Class with details

[yuml]
[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]
[/yuml]

[yuml]
[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]
[/yuml]

Something Meaty!

[yuml]
[note: You can stick notes on diagrams too!{bg:cornsilk}]
[Customer]<>1-orders 0…>[Order]
[Order]++
->[LineItem]
[Order]-1>[DeliveryMethod]
[Order]
-*>[Product]
[Category]<->[Product]
[DeliveryMethod]^[National]
[DeliveryMethod]^[International]
[/yuml]

[yuml]
[note: You can stick notes on diagrams too!{bg:cornsilk}]
[Customer]<>1-orders 0..*>[Order]
[Order]++*-*>[LineItem]
[Order]-1>[DeliveryMethod]
[Order]*-*>[Product]
[Category]<->[Product]
[DeliveryMethod]^[National]
[DeliveryMethod]^[International]
[/yuml]