PortConnection
IRI: https://w3id.org/altium/cdm/deviceModel/PortConnection
Bounded context: deviceModel
A connection from this port to another component or signal.
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class dm_port_connection["PortConnection"]
style dm_port_connection fill:#6fa8dc
click dm_port_connection href "../../classes/dm_port_connection/"
dm_port_connection : id
dm_port_connection : name
class dm_port["Port"]
style dm_port fill:#6fa8dc
dm_port --> "*" dm_port_connection: connections
click dm_port href "../../classes/dm_port/"
Inheritance
- Resource
- dm_port_connection
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
string | Local unique identifier within a given context. | direct |
| name | 0..1 |
string | The name of the port connection. | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| platformAPI | DmPortConnection |