Skip to content

Instantly share code, notes, and snippets.

@clojens
Last active December 20, 2015 15:09
Show Gist options
  • Save clojens/6152163 to your computer and use it in GitHub Desktop.
Save clojens/6152163 to your computer and use it in GitHub Desktop.
@startuml
class Car
Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment