diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/joint-workflow.uml | 2 | ||||
-rw-r--r-- | doc/simple-workflow.uml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/joint-workflow.uml b/doc/joint-workflow.uml index 2d1542c..e242522 100644 --- a/doc/joint-workflow.uml +++ b/doc/joint-workflow.uml @@ -1,3 +1,4 @@ +@startuml actor "Data Broker" as broker actor "Data Owner 1" as owner1 actor "Data Owner 2" as owner2 @@ -14,3 +15,4 @@ owner3 -> broker: Encrypt and share ciphertext broker -> owner1: Share concatenated ciphertext broker -> owner2: Share concatenated ciphertext broker -> owner3: Share concatenated ciphertext +@enduml diff --git a/doc/simple-workflow.uml b/doc/simple-workflow.uml index 02dc005..0d81365 100644 --- a/doc/simple-workflow.uml +++ b/doc/simple-workflow.uml @@ -1,3 +1,5 @@ +@startuml actor "Researcher" as researcher actor "Data Owner" as owner -owner -> researcher: Encrypt and share ciphertext \ No newline at end of file +owner -> researcher: Encrypt and share ciphertext +@enduml |