Class Diagram Samples

Class

<img src="http://yuml.me/diagram/nofunky/class/[User]" >

Simple Association

<img src="http://yuml.me/diagram/nofunky/class/[Customer]->[Billing Address]" >

Cardinality

<img src="http://yuml.me/diagram/nofunky/class/[Customer]1-0..*[Address]" >

Directional Association

<img src="http://yuml.me/diagram/nofunky/class/[Order]-billing >[Address], [Order]-shipping >[Address]" >

Splash of Colour And UTF-8

<img src="http://yuml.me/diagram/nofunky/class/[❝Customer❞{bg:orange}]❶- ☂>[Order{bg:green}]" >

Aggregation

<img src="http://yuml.me/diagram/nofunky/class/[Company]<>-1>[Location], [Location]+->[Point]" >

Composition

<img src="http://yuml.me/diagram/nofunky/class/[Company]++-1>[Location]" >

Notes

<img src="http://yuml.me/diagram/nofunky/class/[Customer]<>1->*[Order], [Customer]-[note: Aggregate Root{bg:cornsilk}]" >

Inheritance

<img src="http://yuml.me/diagram/nofunky/class/[Wages]^-[Salaried], [Wages]^-[Contractor]" >

Interface Inheritance

<img src="http://yuml.me/diagram/nofunky/class/[<<ITask>>]^-.-[NightlyBillingTask]" >

International Characters

<img src="http://yuml.me/diagram/nofunky/class/[日本語]->[Köttbullar]" >

Dependencies

<img src="http://yuml.me/diagram/nofunky/class/[HttpContext]uses -.->[Response]" >

Interface

<img src="http://yuml.me/diagram/nofunky/class/[<<IDisposable>>;Session]" >

Class with Details

<img src="http://yuml.me/diagram/nofunky/class/[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]" >

Something Meaty!

<img src="http://yuml.me/diagram/nofunky/class/[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]" >




Create Your Own