ComponentPortViewItem

Note: There is a newer version of this specification see VEC 2.1.0

A ComponentPortViewItem represents a ComponentPort within a ComponentNodeViewItem and defines its position on the node.

General Information

Attribute Value
Owner schematic
Applied Stereotype
Base Classifier
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
side ComponentPortViewItemSide 0..1 Specifies the side of the ComponentNodeViewItem on which the port should be displayed. ComponentPortViewItem

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
componentPort ComponentPort 1 N Y N 0..* References the ComponentPort that is represented by this ComponentPortViewItem.

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
displayedPort 0..* Y Y Y ConnectionNodeViewItem 1

Specifies all ComponentPortViewItems that are displayed on this ComponentNodeViewItem. The order of this association defines the clockwise arrangement of the ports on the node. As each ComponentPortViewItem can also define the side on which it is placed, side definitions take precedence over order.

 

Caution: This association is ordered!

 

Previous