|
64 | 64 | * It orchestrates the {@link ShadowingFunction} (modeled throudh a combination of dedicated methods) |
65 | 65 | * that defines the DT's behavioral logic while coordinating core components including Physical Adapters, |
66 | 66 | * Digital Adapters, State Management, and Storage. |
| 67 | + * Core Responsibilities: |
67 | 68 | * |
68 | | - * <h3>Core Responsibilities</h3> |
69 | | - * <ul> |
70 | | - * <li><b>Shadowing Function Orchestration</b>: Manages the shadowing process (replication and |
71 | | - * digitalization) that keeps the Digital Twin State synchronized with the physical asset</li> |
72 | | - * <li><b>Physical Asset Description Management</b>: Coordinates Physical Adapters and their descriptions</li> |
73 | | - * <li><b>Digital Twin State Management</b>: Maintains the canonical state representation</li> |
74 | | - * <li><b>Storage Management</b>: Coordinates persistent storage of Digital Twin state evolution, |
75 | | - * events, and lifecycle data through the Storage Manager</li> |
76 | | - * <li><b>Resource Management</b>: Handles Digital Twin resources, relationships, and their |
77 | | - * lifecycle through the Resource Manager</li> |
78 | | - * <li><b>Augmentation Manager</b>: Handles Digital Twin Augmentation Functions through the evolution of DT life cycle |
79 | | - * and within its behavior.</li> |
80 | | - * <li><b>Event Routing</b>: Routes events between physical and digital sides through the Shadowing Function</li> |
81 | | - * <li><b>Lifecycle Management</b>: Controls initialization, execution, and termination</li> |
82 | | - * <li><b>Augmentation Function Management</b></li> Manages augmentation function execution and results, allowing the Model to react to changes in the available Augmentation Functions and their execution results</li> |
83 | | - * </ul> |
84 | | - * |
| 69 | + * - Shadowing Function Orchestration: Manages the shadowing process (replication and |
| 70 | + * digitalization) that keeps the Digital Twin State synchronized with the physical asset |
| 71 | + * - Physical Asset Description Management: Coordinates Physical Adapters and their description |
| 72 | + * - Digital Twin State Management: Maintains the canonical state representation |
| 73 | + * - Storage Management: Coordinates persistent storage of Digital Twin state evolution, |
| 74 | + * events, and lifecycle data through the Storage Manager |
| 75 | + * - Resource Management: Handles Digital Twin resources, relationships, and their |
| 76 | + * lifecycle through the Resource Manager |
| 77 | + * - Augmentation Manager: Handles Digital Twin Augmentation Functions through the evolution |
| 78 | + * of DT life cycle and within its behavior |
| 79 | + * - Event Routing: Routes events between physical and digital sides through the Shadowing Function |
| 80 | + * - Lifecycle Management: Controls initialization, execution, and termination |
| 81 | + * - Augmentation Function Management: Manages augmentation function execution and results, |
| 82 | + * allowing the Model to react to changes in the available Augmentation Functions and |
| 83 | + * their execution results |
85 | 84 | * |
86 | 85 | * @see ShadowingFunction |
87 | 86 | * @see DigitalTwinStateManager |
|
0 commit comments