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