This page contains all this documentation uml definitions. Each one has the name of the image stored locally and the definition for the website Yuml.me.
To build each image, append the value of the definition after
http://yuml.me/diagram/scruffy/class/edit/
.
[CartLine|cart;orderLine;purchasable]-1>[note: Purchasable Model{bg:cornsilk],
[OrderLine|order;cartLine;purchasable]-1>[note: Purchasable Model{bg:cornsilk],
[Cart|order;cartLines]1++-0..>[CartLine],
[Order|cart;orderLines]<1-0..>[OrderLine],
[Cart]<1-0..1>[Order],
[CartLine]<1-0..1>[OrderLine]
[CartLine|cart;orderLine;purchasable]-1>[note: Purchasable Model{bg:cornsilk],
[Cart|order;cartLines]1++-0..*>[CartLine]
[OrderLine|order;cartLine;purchasable]-1>[note: Purchasable Model{bg:cornsilk],
[Order|cart;orderLines]<1-0..*>[OrderLine]
[Variant|product;values], [Value|attribute], [Purchasable]^-[Product], [Purchasable]^-[Variant], [Product]1++->[Variant], [Variant]<->[Value], [Attribute]<1->[Value]
[Category|subCategories;parent;products], [Category]<1->[Category], [Category]<-*>[Product]