Hardware Project
IRI: https://w3id.org/altium/cdm/system/HardwareProject
Bounded context: system
TBD
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class system_HardwareProject["Hardware Project"]
style system_HardwareProject fill:#f1c232
click system_HardwareProject href "../../classes/system_HardwareProject/"
system_HardwareProject : id
system_HardwareProject --> "0..1" Any : implemented by
click Any href "../../classes/Any/"
class Any["Any"]
system_HardwareProject --> "*" system_FunctionalBlock : functional blocks
click system_FunctionalBlock href "../../classes/system_FunctionalBlock/"
class system_FunctionalBlock["Functional Block"]
style system_FunctionalBlock fill:#f1c232
class system_ESDDocument["ESD Document"]
style system_ESDDocument fill:#f1c232
system_ESDDocument --> "*" system_HardwareProject: hardware projects
click system_ESDDocument href "../../classes/system_ESDDocument/"
Inheritance
- Resource
- system_HardwareProject
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
string | Local unique identifier within a given context. | direct |
| implemented by | 0..1 |
Hardware Project | None | direct |
| functional blocks | * |
Functional Block | Functional blocks associated with this hardware project. | direct |