InventoryDomain: Domain
Item | Value |
---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.InventoryDomain |
View Source Link | inventory.riddl(1:1) |
---
title: Map For Domain 'InventoryDomain'
init:
theme: dark
flowchart:
defaultRenderer: dagre
width: 100%
useMaxWidth: true
securityLevel: loose
---
flowchart TB
classDef default fill:#666,stroke:black,stroke-width:3px,color:white;
classDef ProductInventory_class color:white,stroke-width:3px;
subgraph 'Domain 'InventoryDomain''
direction TB
ProductInventory((Context 'ProductInventory'))
InventoryDomain-->|contains|ProductInventory((Context 'ProductInventory'))
end
class ProductInventory ProductInventory_class