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 | |
} |
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 | |
title Grain Flow \n | |
|Inland Site| | |
:Truck; | |
-> Weighbridge Intake; | |
:Storage; | |
-> Outtake; | |
:Barge; | |
|#AntiqueWhite|Shipping Terminal| |
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 | |
title Barge to Storage Intake WO \n | |
|High Level| | |
:Barge; | |
-> Intake; | |
:Storage; | |
detach; | |
|Details| | |
start |
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 | |
together { | |
Path <|-- RolePath | |
Path <|-- ItemPath | |
Path <|-- DomainPath | |
} | |
ItemPath <|-- AgentPath | |
ItemPath -[hidden]left-> RolePath |
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
openapi: 3.0.0 | |
info: | |
description: API for querying power meter measurements. | |
version: 1.0.0 | |
title: Move Measurements | |
contact: | |
email: robert@mikes.hu | |
servers: | |
- url: 'https://192.168.0.0/v1' | |
description: Production server (uses live data) |
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
# The name for this gist (starts with exclamation mark, because the name of the gist is the name of the first file in ASCIIbetical order) |