NetworkNodeViewItem

A NetworkNodeViewItem represents a NetworkNode within a NetViewSpecification and defines its position within the layout.

General Information

AttributeValue
Ownernet
Applied Stereotype
Base ClassifierExtendableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

Specifies a unique identification of the NetworkNodeViewItem. The identification is guaranteed to be unique within the NetViewSpecification.

NetworkNodeViewItem
gridSquareString0..1

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

NetworkNodeViewItem

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
displayedPortNetworkPortViewItem0..*YYY1

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!

 

networkNodeNetworkNode1NYN0..*References the NetworkNode that is represented by this NetworkNodeViewItem.
orientationTransformation2D0..1YYN1Specifies the position / placement of the NetworkNodeViewItem within the layout.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
placedViewItems0..*YYNNetViewSpecification1Specifies all NetworkNodeViewItems that are displayed within a NetViewSpecification.
Previous