1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:39:32 +00:00

Fixed arrow direction and text in test data diagrams

This commit is contained in:
2022-02-24 23:57:05 +00:00
parent b624e63e48
commit 917ed26659
3 changed files with 32 additions and 32 deletions

View File

@@ -23,20 +23,20 @@ package Classes {
usecase "Class 4" as c4
}
c1 --> t1 : recent
c1 --> t4 : recent
c1 --> t5 : recent
c1 <-- t1 : recent
c1 <-- t4 : recent
c1 <-- t5 : recent
c2 --> t2 : upcoming
c2 --> t10 : recent
c2 <-- t2 : upcoming
c2 <-- t10 : recent
c3 --> t8 : recent
c3 --> t9 : upcoming
c3 --> t11 : recent
c3 --> t12 : upcoming
c3 <-- t8 : recent
c3 <-- t9 : upcoming
c3 <-- t11 : recent
c3 <-- t12 : upcoming
c4 --> t3 : upcoming
c4 --> t6 : upcoming
c4 --> t7 : upcoming
c4 <-- t3 : upcoming
c4 <-- t6 : upcoming
c4 <-- t7 : upcoming
@enduml