NetworkPortViewItem
Note: There is a newer version of this specification see VEC 2.1.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
Type | Role | Mult. | Mult. | Description |
---|---|---|---|---|
NetworkPort | networkPort | 1 | 0..* | References the NetworkPort that is represented by this NetworkPortViewItem. |
Incoming Relations
Type | Mult. | Role | Mult. | Description |
---|---|---|---|---|
NetworkNodeViewItem | 1 | displayedPort | 0..* | 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!
|