Last active
October 27, 2016 05:24
-
-
Save taurus227/49587fb2f085491021629768cb39d29e 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 | |
title Grain Flow \n | |
|Inland Site| | |
:Truck; | |
-> Weighbridge Intake; | |
:Storage; | |
-> Outtake; | |
:Barge; | |
|#AntiqueWhite|Shipping Terminal| | |
-[#blue]-> (river); | |
:Barge; | |
-> Intake; | |
:Storage; | |
| Mill | | |
-> Start process; | |
#DDDDDD:<font color="#888888">Daybin</font>; | |
#DDDDDD:<font color="#888888">Mill</font>; | |
-> Finish process | |
(bags/pallets); | |
|Shipping Terminal| | |
:Warehouse; | |
-> Outtake; | |
:Ship; | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment