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

AttributeValue
Ownerschematic
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

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

ConnectionEnd
isExternalEndBoolean1

Specifies if the ConnectionEnd is connected to the internal or the external side of the ComponentPort.

ConnectionEnd
genderString0..1

Specifies if the ConnectionEnd is male or female. This may be e.g. important in case of an inliner.

ConnectionEnd
installationInstructionInstruction0..*Specifies installation instruction for the ConnectionEnd.ConnectionEnd

Outgoing Relations

TypeRoleMult.Mult.Description
ComponentPortconnectedComponentPort10..*References the ComponentPort that is connected by the ConnectionEnd.

Incoming Relations

TypeMult.RoleMult.Description
Connection1connectionEnd2..*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
Previous