NetworkPortViewItem
Note: There is a newer version of this specification see VEC 2.2.0
A NetworkPortViewItem represents a NetworkPort within a NetworkNodeViewItem and defines its position on the node.
General Information
| Attribute | Value |
|---|---|
| Owner | net |
| Applied Stereotype | |
| Base Classifier | |
| Is Abstract | false |
| Derived Classifiers |
Attributes
| Name | Type | Mult. | Description | Owning Classifier |
|---|---|---|---|---|
| side | NetworkPortViewItemSide | 0..1 | Specifies the side of the NetworkNodeViewItem on which the port should be displayed. | NetworkPortViewItem |
Outgoing Relations
| Other End | This End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
| networkPort | NetworkPort | 1 | N | Y | N | 0..* | References the NetworkPort that is represented by this NetworkPortViewItem. |
Incoming Relations
| This End | Other End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
| displayedPort | 0..* | Y | Y | Y | NetworkNodeViewItem | 1 | Specifies all NetworkPortViewItems that are displayed on this NetworkNodeViewItem. The order of this association defines the clockwise arrangement of the ports on the node. As each NetworkPortViewItem can also define the side on which it is placed, side definitions take precedence over order.
Caution: This association is ordered!
|