Skip to content

Commit c32cf1a

Browse files
author
sebastian
committed
1 parent f17b35b commit c32cf1a

File tree

6 files changed

+32
-0
lines changed

6 files changed

+32
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@startuml
2+
actor "Customer" <<external>> as Customer
3+
@enduml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@startuml
2+
actor "Machine\nMaintainer" <<external>> as MachineMaintainer
3+
@enduml

src/main/uml/diagrams/clean.skin

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@startuml
2+
skinparam monochrome true
3+
skinparam style strictuml
4+
5+
hide empty methods
6+
hide empty attributes
7+
@enduml
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@startuml
2+
!include ../clean.skin
3+
4+
!include ../../actors/Customer.plantuml
5+
!include ../../actors/MachineMaintainer.plantuml
6+
7+
!include ../../nodes/OftAutoYummy.plantuml
8+
!include ../../nodes/PaymentProvider.plantuml
9+
10+
OftAutoYummyNode -u- "*" Customer
11+
OftAutoYummyNode -d- "*" MachineMaintainer
12+
OftAutoYummyNode -r- "1..*" PaymentProviderNode
13+
@enduml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@startuml
2+
node "OftAutoYummy" as OftAutoYummyNode
3+
@enduml
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@startuml
2+
node "PaymentProvider" as PaymentProviderNode
3+
@enduml

0 commit comments

Comments
 (0)