Skip to content

Port

IRI: https://w3id.org/altium/cdm/system/Port

Bounded context: system

TBD

Platform API

GRID (1)

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

Diagram

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


  class system_Port["Port"]



      style system_Port fill:#f1c232    


    click system_Port href "../../classes/system_Port/"







          system_Port : id



          system_Port : name








      system_Port --> "*" system_Parameter : parameters
      click system_Parameter href "../../classes/system_Parameter/"


  class system_Parameter["Parameter"]



      style system_Parameter fill:#f1c232    











      system_Port --> "0..1" system_PortAssociation : association
      click system_PortAssociation href "../../classes/system_PortAssociation/"


  class system_PortAssociation["Port Association"]



      style system_PortAssociation fill:#f1c232    













  class system_FunctionalBlock["Functional Block"]



      style system_FunctionalBlock fill:#f1c232    


          system_FunctionalBlock --> "*" system_Port: ports 
          click system_FunctionalBlock href "../../classes/system_FunctionalBlock/"






  class system_PortAssociation["Port Association"]



      style system_PortAssociation fill:#f1c232    


          system_PortAssociation --> "1" system_Port: port 
          click system_PortAssociation href "../../classes/system_PortAssociation/"






  class system_Endpoint["Endpoint"]



      style system_Endpoint fill:#f1c232    


          system_Endpoint --> "1" system_Port: port 
          click system_Endpoint href "../../classes/system_Endpoint/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 string Local unique identifier within a given context. direct
name 0..1 string A short name of the entity. direct
parameters * Parameter TBD direct
association 0..1 Port Association None direct

Identifier and Mapping Information

Comments

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