Created
February 8, 2021 20:42
-
-
Save vonbeitthia/b8e6df7fa09a706b400c7ab3367bcaf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
object Car | |
object Bus | |
object Tire | |
object Engine | |
object Driver | |
Car <|- Bus | |
Car *-down- Tire | |
Car *-down- Engine | |
Bus o-down- Driver | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment