This commit is contained in:
2025-10-29 22:27:51 -04:00
parent 1a4014c503
commit b9d3046dd3
18 changed files with 422 additions and 145 deletions

View File

@@ -72,8 +72,8 @@ digraph InventoryManagementSystem {
TransactionManager -> TransactionList [arrowhead=diamond, label="TRANSACTIONS"];
// List contains relationships
InventoryList -> InventoryPiece [arrowhead=diamond, style=dashed, label="contains"];
CustomerList -> Customer [arrowhead=diamond, style=dashed, label="contains"];
InventoryList -> InventoryPiece [arrowhead=odiamond, style=dashed, label="contains 0..*"];
CustomerList -> Customer [arrowhead=odiamond, style=dashed, label="contains 0..*"];
TransactionList -> Transaction [arrowhead=diamond, style=dashed, label="contains"];
// Manager relationships