DeltaTwin® Component
As architectural concept, a DeltaTwin® component is a project, materialized by a folder containing all the information required to build a Digital Twin. The DeltaTwin® client tools includes a command line able to handle this folder locally, resolve and retrieve required data, execute the models then publish results as artifacts.
The inner organization of the DeltaTwin® folder includes:
- Manifest file is the core configuration item describing the DeltaTwin® component;
- Model(s) folder contains the runnable models configured for execution;
- workflow file is the configuration of the flow of processes

The DeltaTwin® command line actively manages these folders and enables running the DeltaTwin® component to produce results. It is also responsible of data retrieval within the resources folder or the download for generated artifacts.
Structure
| Name | Required | Description |
|---|---|---|
manifest.json | ✓ | DeltaTwin®component description |
models | directory containing DeltaTwin® models | |
workflow.yml | ✓ | description of the flow of processes |