Skip to content

Instantly share code, notes, and snippets.

@taurus227
Last active November 3, 2016 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taurus227/6b89db32ae6b0f63d33554fa5d0c78ed to your computer and use it in GitHub Desktop.
Save taurus227/6b89db32ae6b0f63d33554fa5d0c78ed to your computer and use it in GitHub Desktop.
@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