Skip to content

Endpoint

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

Bounded context: system-sdm

Represents an endpoint of a connection.

Diagram

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


  class system_SdmEndpoint["Endpoint"]



      style system_SdmEndpoint fill:#f1c232    


    click system_SdmEndpoint href "../../classes/system_SdmEndpoint/"












      system_SdmEndpoint --> "1" system_SdmFunctionalBlock : functional block
      click system_SdmFunctionalBlock href "../../classes/system_SdmFunctionalBlock/"


  class system_SdmFunctionalBlock["Functional Block"]



      style system_SdmFunctionalBlock fill:#f1c232    











      system_SdmEndpoint --> "1" system_SdmPort : port
      click system_SdmPort href "../../classes/system_SdmPort/"


  class system_SdmPort["Port"]



      style system_SdmPort fill:#f1c232    













  class system_SdmConnection["Connection"]



      style system_SdmConnection fill:#f1c232    


          system_SdmConnection --> "*" system_SdmEndpoint: endpoints 
          click system_SdmConnection href "../../classes/system_SdmConnection/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
functional block 1 Functional Block Functional block associated with this endpoint. direct
port 1 Port Port associated with this endpoint. direct

Identifier and Mapping Information

Annotations

property value
platformAPI SysSdmEndpoint

Comments

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