mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Use plantuml syntax for generics in inventory dUML
This commit is contained in:
parent
6b8bb8dacb
commit
71063c2478
|
@ -12,7 +12,7 @@ package Spring {
|
||||||
package Salespoint {
|
package Salespoint {
|
||||||
interface DataInitializer
|
interface DataInitializer
|
||||||
class Quantity
|
class Quantity
|
||||||
interface UniqueInventory << T > UniqueInventoryItem >>
|
interface UniqueInventory<T extends UniqueInventoryItem>
|
||||||
class UniqueInventoryItem
|
class UniqueInventoryItem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,4 +43,4 @@ package catering.inventory {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
BIN
src/main/asciidoc/models/design/inventory.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/inventory.svg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue