Last active
November 3, 2016 21:13
-
-
Save taurus227/6b89db32ae6b0f63d33554fa5d0c78ed to your computer and use it in GitHub Desktop.
This file contains 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 | |
Commodity "1" -- "*" Grade | |
Storage "1" -- "*" Transaction | |
Weighbridge "0..2" -- "*" Transaction | |
Season "0..1" -- "*" Storage | |
Grade "0..1" -- "*" Storage | |
class Transaction { | |
String customerName | |
} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment