Skip to content

Solution Template

IRI: https://w3id.org/altium/cdm/supply/SolutionTemplate

Bounded context: supply

TBD

Platform API

SupSolutionTemplate

GRID (1)

grid:supply::platform:solution-template/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class sup_SolutionTemplate["Solution Template"]



      style sup_SolutionTemplate fill:#0c559c    


    click sup_SolutionTemplate href "../../classes/sup_SolutionTemplate/"




  class core_Artifact["Artifact"]




          core_Artifact <|-- sup_SolutionTemplate
          click core_Artifact href "../../classes/core_Artifact/"











      sup_SolutionTemplate --> "*" sup_EvalKit : evalKits
      click sup_EvalKit href "../../classes/sup_EvalKit/"


  class sup_EvalKit["Evaluation Kit"]



      style sup_EvalKit fill:#0c559c    











      sup_SolutionTemplate --> "*" sup_SoftwareProject : software projects
      click sup_SoftwareProject href "../../classes/sup_SoftwareProject/"


  class sup_SoftwareProject["Software Project"]



      style sup_SoftwareProject fill:#0c559c    






          sup_SolutionTemplate : id





Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. core_Entity
evalKits * Evaluation Kit Evaluation Kits included in this Artifact direct
software projects * Software Project Software Projects included in this Artifact direct

Aliases

  • Reference Solution (obsolete)

Identifier and Mapping Information

Annotations

property value
grid grid:supply::platform:solution-template/{id}
platformAPI SupSolutionTemplate

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.