Published
Edited
Feb 16, 2019
2 forks
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
yumlDrawer = new YumlDrawer(YumlEngines.YumlDiagram, DiagramThemes.Scruffy)
Insert cell
yumlDrawer.draw(DiagramTypes.Class, `[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]`)
Insert cell
yumlDrawer.draw(DiagramTypes.Class, "[User{bg:cornsilk}]<>1->*[Order{bg:yellow}]")
Insert cell
yumlDrawer.draw(DiagramTypes.Sequence, `[Patron]order food>[Waiter]
[Waiter]serve wine.>[Patron]`)
Insert cell
yumlDrawer.draw(DiagramTypes.Usecase, `
[Customer]-(Login{bg:cornsilk})
[Customer]-(Logout{bg:cornsilk})`)
Insert cell
yumlDrawer.draw(DiagramTypes.Activity, `(start)-><d1>[kettle empty]->(Fill Kettle)->(Boil Kettle)
<d1>[kettle full]->(Boil Kettle)->(end)`)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more