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
connectionGroupTypeConnectionGroupType1

Specifies the type of the connectionGroup, valid literals are defined in the open enumeration ConnectionGroupType.

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
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.
WireGroupingconnectionGroup0..*

References the ConnectionGroup that is realized by this WireGrouping.

WireElementReferenceconnectionGroup0..*

References the ConnectionGroup that is realized by this WireElementReference. This applies normally to WireElementReference that have subWireElements.

ConnectionGroup0..1subGroup0..*Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup.
Previous