Solution Item
IRI: https://w3id.org/altium/cdm/SolutionItem
*NOTE: this is an abstract class and should not be instantiated directly
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class SolutionItem["Solution Item"]
click SolutionItem href "../../classes/SolutionItem/"
class Meta["Meta"]
Meta <|-- SolutionItem
click Meta href "../../classes/Meta/"
class des_project["Hardware Project"]
style des_project fill:#93c47d
SolutionItem <|-- des_project
click des_project href "../../classes/des_project/"
class sft_software_project["Software Project"]
style sft_software_project fill:#3c78d8
SolutionItem <|-- sft_software_project
click sft_software_project href "../../classes/sft_software_project/"
class sft_ai_model["AI Model"]
style sft_ai_model fill:#3c78d8
SolutionItem <|-- sft_ai_model
click sft_ai_model href "../../classes/sft_ai_model/"
class system_ESDDocument["ESD Document"]
style system_ESDDocument fill:#f1c232
SolutionItem <|-- system_ESDDocument
click system_ESDDocument href "../../classes/system_ESDDocument/"
SolutionItem --> "*" plt_solution : part of solution
click plt_solution href "../../classes/plt_solution/"
class plt_solution["Solution"]
style plt_solution fill:#cccccc
Inheritance
- Meta
- SolutionItem
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| part of solution | * |
Solution | None | direct |
Mixin Usage
| mixed into | description |
|---|---|
| des_project | TBD |
| sft_software_project | TBD |
| sft_ai_model | AI model artifact in context of a workspace |
| system_ESDDocument | TBD |