You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sequence diagram illustrates the geometry data exchange flow between a Data Producer (e.g., a Supplier) and a Data Consumer (e.g., an OEM) for DMU Analysis collaboration:
94
+
The sequence diagram illustrates the geometry data exchange flow between a Data Producer *Tier n+1*(e.g., a Supplier) and a Data Consumer*Tier n* (e.g., an OEM) for DMU Analysis collaboration:
95
95
96
96
1.**Initial Geometry Creation and Publishing**:
97
97
@@ -127,15 +127,15 @@ The diagram shows the core components involved in this exchange:
127
127
128
128
```mermaid
129
129
sequenceDiagram
130
-
participant supGeoSys as Geometry System Supplier
131
-
participant supDataSrc as Data Source Supplier
132
-
participant supDtr as DTR & Submodel Service Supplier
133
-
participant supEDC as EDC Supplier
130
+
participant supGeoSys as Geometry System Tier n+1
131
+
participant supDataSrc as Data Source Tier n+1
132
+
participant supDtr as DTR & Submodel Service Tier n+1
133
+
participant supEDC as EDC Tier n+1
134
134
135
-
participant oemEDC as EDC OEM
136
-
participant oemDtr as DTR & Submodel Service OEM
137
-
participant oemDataSrc as Data Source OEM
138
-
participant oemGeoSys as Geometry System OEM
135
+
participant oemEDC as EDC Tier n
136
+
participant oemDtr as DTR & Submodel Service Tier n
oemGeoSys->>oemDataSrc: Store Review Results & Feedback
163
163
164
-
Note over supGeoSys, oemGeoSys: Iterative Process: Supplier updates geometry based on feedback, republishes updated Digital Twins, and OEM reviews updates
164
+
Note over supGeoSys, oemGeoSys: Iterative Process: Tier n+1 updates geometry based on feedback, republishes updated Digital Twins, and Tier n reviews updates
0 commit comments