ConnectionGroup
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
Attribute | Value |
---|---|
Owner | schematic |
Applied Stereotype | |
Base Classifier | ConfigurableElement |
Is Abstract | false |
Derived Classifiers |
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|---|---|---|---|
identification | String | 0..1 | Specifies a unique identification of the ConnectionGroup. The identification is guaranteed to be unique within the ConnectionSpecification. |
ConnectionGroup |
connectionGroupType | ConnectionGroupType | 1 | Specifies the type of the connectionGroup, valid literals are defined in the open enumeration ConnectionGroupType. |
ConnectionGroup |
installationInstruction | Instruction | 0..* | Specifies additional InstallationInstructions for the ConnectionGroup. |
ConnectionGroup |
description | AbstractLocalizedString | 0..* | Room for additional, human readable information about the ConnectionGroup. |
ConnectionGroup |
Outgoing Relations
Other End | This End | General | |||||
---|---|---|---|---|---|---|---|
Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
connection | Connection | 2..* | N | Y | N | 0..* | References the Connections that are grouped by the ConnectionGroup. |
subGroup | ConnectionGroup | 0..* | Y | Y | N | 0..1 | Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup. |
Incoming Relations
This End | Other End | General | |||||
---|---|---|---|---|---|---|---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
connectionGroup | 0..* | N | Y | N | WireElementReference | References the ConnectionGroup that is realized by this WireElementReference. This applies normally to WireElementReference that have subWireElements. |
|
connectionGroup | 0..* | Y | Y | N | ConnectionSpecification | 0..1 | Specifies the ConnectionGroup defined by the ConnectionSpecification. |
connectionGroup | 0..* | N | Y | N | WireGrouping | References the ConnectionGroup that is realized by this WireGrouping. |
|
subGroup | 0..* | Y | Y | N | ConnectionGroup | 0..1 | Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup. |