Skip to content

Commit c84ef5e

Browse files
committed
updated: change to Tier n/Tier n+1 in development view
1 parent 93833bc commit c84ef5e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs-kits/kits/geometry-kit/software-development-view.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ edcC -- Secure Data Exchange --> edcC
9191

9292
### Geometry Data Exchange Sequence
9393

94-
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:
9595

9696
1. **Initial Geometry Creation and Publishing**:
9797

@@ -127,15 +127,15 @@ The diagram shows the core components involved in this exchange:
127127

128128
```mermaid
129129
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
134134
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
137+
participant oemDataSrc as Data Source Tier n
138+
participant oemGeoSys as Geometry System Tier n
139139
140140
%% Initial Geometry Creation & Publishing (Supplier)
141141
supGeoSys->>supDataSrc: Create/Update Geometry Data
@@ -145,12 +145,12 @@ sequenceDiagram
145145
supDataSrc->>supGeoSys: Confirm Storage & Registration
146146
147147
%% Discovery & Request (OEM) and Data Transfer
148-
oemGeoSys->>oemDtr: Discover Available Geometry Twins
149-
oemDtr->>oemEDC: Query Digital Twin Registry
150-
oemEDC->>supEDC: Request Geometry Data Access
151-
supEDC->>supDtr: Request Submodel Data
148+
oemGeoSys-->>oemDtr: Discover Available Geometry Twins
149+
oemDtr-->>oemEDC: Query Digital Twin Registry
150+
oemEDC-->>supEDC: Request Geometry Data Access
151+
supEDC-->>supDtr: Request Submodel Data
152152
supDtr->>supEDC: SingleLevelSceneNode Submodel & Metadata
153-
supEDC->>supDataSrc: Request Binary Files
153+
supEDC-->>supDataSrc: Request Binary Files
154154
supDataSrc->>supEDC: Geometry Files (STEP, JT, etc.) via Binary Exchange
155155
supEDC->>oemEDC: Complete Geometry Data Package
156156
oemEDC->>oemDataSrc: Store Received Geometry Data
@@ -161,7 +161,7 @@ sequenceDiagram
161161
oemGeoSys->>oemDataSrc: Perform DMU Analysis & Create Annotations
162162
oemGeoSys->>oemDataSrc: Store Review Results & Feedback
163163
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
165165
```
166166

167167
## Geometry Aspect Model

0 commit comments

Comments
 (0)