updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user