ConnectionGroup

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

A ConnectionGroup references two or more Connections expressing that the physical realization of the referenced Connection shall be somehow grouped e.g. twisted. For complex structures a ConnectionGroup can specify subgroups.

General Information

AttributeValue
Ownerschematic
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString0..1

Specifies a unique identification of the ConnectionGroup. The identification is guaranteed to be unique within the ConnectionSpecification.

ConnectionGroup
connectionGroupTypeString1

Specifies the type of the connectionGroup (e.g. twisted).

ConnectionGroup
installationInstructionInstruction0..*

Specifies additional InstallationInstructions for the ConnectionGroup.

ConnectionGroup
descriptionAbstractLocalizedString0..*

Room for additional, human readable information about the ConnectionGroup.

ConnectionGroup

Outgoing Relations

TypeRoleMult.Mult.Description
NetGroupnetGroup0..10..*References the NetworkGroup that is realized by the ComponentGroup.
Connectionconnection2..*0..*References the Connections that are grouped by the ConnectionGroup.
ConnectionGroupsubGroup0..*0..1Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup.

Incoming Relations

TypeMult.RoleMult.Description
ConnectionSpecification0..1connectionGroup0..*Specifies the ConnectionGroup defined by the ConnectionSpecification.
ConnectionGroup0..1subGroup0..*Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup.
Previous