ComponentPort
Note: There is a newer version of this specification see VEC 2.1.0
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 |
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 |
signal | Signal | 0..1 | N | Y | N | 0..* | References the Signal that is associated with the ComponentPort. |
networkPort | NetworkPort | 0..1 | N | Y | N | 0..* | References the NetworkPort that is realized by the ComponentPort. |
Incoming Relations
This End | Other End | General | |||||
---|---|---|---|---|---|---|---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
componentPort | 0..* | N | Y | N | CavityReference | 0..* | References the ComponentPort that is implemented by this CavityReference. |
componentPort | 0..* | Y | Y | N | ComponentConnector | 1 | Specifies the ComponentPorts of the ComponentConnector. |
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 |
connectedComponentPort | 1 | N | Y | N | ConnectionEnd | 0..* | References the ComponentPort that is connected by the ConnectionEnd. |