ConnectionEnd
Note: There is a newer version of this specification see VEC 2.1.0
A connection end is the end of a Connection at a ComponentPort.
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 | 1 | Specifies a unique identification of the ConnectionEnd. The identification is guaranteed to be unique within the ConnectionSpecification. |
ConnectionEnd |
isExternalEnd | Boolean | 1 | Specifies if the ConnectionEnd is connected to the internal or the external side of the ComponentPort. |
ConnectionEnd |
gender | String | 0..1 | Specifies if the ConnectionEnd is male or female. This may be e.g. important in case of an inliner. |
ConnectionEnd |
installationInstruction | Instruction | 0..* | Specifies installation instruction for the ConnectionEnd. | ConnectionEnd |
Outgoing Relations
Type | Role | Mult. | Mult. | Description |
---|---|---|---|---|
ComponentPort | connectedComponentPort | 1 | 0..* | References the ComponentPort that is connected by the ConnectionEnd. |
Incoming Relations
Type | Mult. | Role | Mult. | Description |
---|---|---|---|---|
Connection | 1 | connectionEnd | 2..* | Specifies the ConnectionEnds of the Connection. The ConnectionEnds are required to be an ordered list, because it is possible to define Connections with more than two ConnectionEnds (bus systems). In these cases it is relevant which ConnectionEnds are in the end of connection and which ConnectionEnds are in between. KBLFRM-378 |