ComponentPort
Defines a port of ComponentNode. A ComponentPort is usually the realization of a NetworkPort. Electrological connections are defined between two or more ComponentPorts.
General Information
| Attribute | Value |
|---|---|
| Owner | schematic |
| Applied Stereotype | |
| Base Classifier | ConfigurableElement |
| Is Abstract | false |
| Derived Classifiers |
Attributes
| Name | Type | Mult. | Description | Owning Classifier |
|---|---|---|---|---|
| identification | String | 1 | Specifies a unique identification of the ComponentPort. The identification is guaranteed to be unique within the ComponentConnector. | ComponentPort |
| aliasId | AliasIdentification | 0..* | Specifies additional identifiers for the element. | ComponentPort |
| signalDirection | SignalDirection | 0..1 | Specifies the direction of the signal on this ComponentPort. | ComponentPort |
| description | AbstractLocalizedString | 0..* | Room for additional, human readable information about the ComponentPort. | ComponentPort |
Outgoing Relations
| Other End | This End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
| networkPort | NetworkPort | 0..1 | N | Y | N | 0..* | References the NetworkPort that is realized by the ComponentPort. |
| signal | Signal | 0..1 | N | Y | N | 0..* | References the Signal that is associated with the ComponentPort. |
Incoming Relations
| This End | Other End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
| componentPort | 0..1 | N | Y | N | PinComponent | 0..* | The ComponentPort that represents this PinComponent in the internal connectivity of the EEComponentSpecification. |
| componentPort | 1 | N | Y | N | ComponentPortViewItem | 0..* | References the ComponentPort that is represented by this ComponentPortViewItem. |
| componentPort | 0..* | N | Y | N | TerminalRole | 0..* | References the ComponentPort that is realized by the referenced Terminal (OccurrenceOrUsage with TerminalRole). KBLFRM-341 |
| componentPort | 0..* | Y | Y | N | ComponentConnector | 1 | Specifies the ComponentPorts of the ComponentConnector. |
| componentPort | 0..* | N | Y | N | CavityReference | 0..* | References the ComponentPort that is implemented by this CavityReference. |
| connectedComponentPort | 1 | N | Y | N | ConnectionEnd | 0..* | References the ComponentPort that is connected by the ConnectionEnd. |