NetworkPort
Note: There is a newer version of this specification see VEC 2.1.0
NetworkPort is the source or the receiver of a of a Net.
General Information
Attribute | Value |
---|---|
Owner | net |
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 NetworkPort. The identification is guaranteed to be unique within the NetSpecification. |
NetworkPort |
signalDirection | SignalDirection | 0..1 | Specifies the direction of the signal on this NetworkPort. |
NetworkPort |
description | AbstractLocalizedString | 0..* | Room for additional, human readable information about the NetworkPort. |
NetworkPort |
Outgoing Relations
Type | Role | Mult. | Mult. | Description |
---|---|---|---|---|
NetType | netType | 0..1 | 0..* |
Incoming Relations
Type | Mult. | Role | Mult. | Description |
---|---|---|---|---|
NetworkPortViewItem | 0..* | networkPort | 1 | References the NetworkPort that is represented by this NetworkPortViewItem. |
Net | 1 | networkPort | 1..* | References the NetworkPorts that are connected by the Net. |
ComponentPort | 0..* | networkPort | 0..1 | References the NetworkPort that is realized by the ComponentPort. |
NetworkNode | 1 | port | 0..* | Specifies the NetworkPorts of a NetworkNode. |