Solution
IRI: https://w3id.org/altium/cdm/platform/Solution
Bounded context: platform
TBD
Platform API
GRID (1)
grid:workspace:{workspace-id}:platform:solution/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class plt_solution["Solution"]
style plt_solution fill:#cccccc
click plt_solution href "../../classes/plt_solution/"
plt_solution --> "*" plt_solution_release : releases
click plt_solution_release href "../../classes/plt_solution_release/"
class plt_solution_release["Solution Release"]
style plt_solution_release fill:#cccccc
plt_solution --> "*" SolutionItem : solution items
click SolutionItem href "../../classes/SolutionItem/"
class SolutionItem["Solution Item"]
plt_solution : id
class des_project["Hardware Project"]
style des_project fill:#93c47d
des_project --> "*" plt_solution: part of solution
click des_project href "../../classes/des_project/"
class des_multiboard_project["Multiboard Project"]
style des_multiboard_project fill:#93c47d
des_multiboard_project --> "*" plt_solution: part of solution
click des_multiboard_project href "../../classes/des_multiboard_project/"
class des_harness_project["Harness Project"]
style des_harness_project fill:#93c47d
des_harness_project --> "*" plt_solution: part of solution
click des_harness_project href "../../classes/des_harness_project/"
class sft_software_project["Software Project"]
style sft_software_project fill:#3c78d8
sft_software_project --> "*" plt_solution: part of solution
click sft_software_project href "../../classes/sft_software_project/"
class sft_ai_model["AI Model"]
style sft_ai_model fill:#3c78d8
sft_ai_model --> "*" plt_solution: part of solution
click sft_ai_model href "../../classes/sft_ai_model/"
class system_ESDDocument["ESD Document"]
style system_ESDDocument fill:#f1c232
system_ESDDocument --> "*" plt_solution: part of solution
click system_ESDDocument href "../../classes/system_ESDDocument/"
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| releases | * |
Solution Release | None | direct |
| solution items | * |
Solution Item | None | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:platform:solution/{id} |
| platformAPI | SolSolution |