ConnectionNodeViewItem

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

A ComponentNodeViewItem represents a ComponentNode within a ConnectionViewSpecification and defines its position within the layout.

General Information

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

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the ComponentNodeViewItem. The identification is guaranteed to be unique within the ConnectionViewSpecification.

ConnectionNodeViewItem
gridSquare String 0..1

Specifies the grid square in which the ComponentNodeViewItem is placed (e.g. E/40).

ConnectionNodeViewItem

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
displayedPort ComponentPortViewItem 0..* Y Y Y 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!

 

orientation Transformation2D 0..1 Y Y N 1 Specifies the position / placement of the ConnectionNodeViewItem within the layout.
componentNode ComponentNode 1 N Y N 0..* References the ComponentNode that is represented by this ComponentNodeViewItem.

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
placedViewItems 0..* Y Y N ConnectionViewSpecification 1 Specifies all ComponentNodeViewItems that are displayed within a ConnectionViewSpecification.
Previous