An AbstractSlot represents a geometrical location in a connector housing that can contain or group one or more cavities. This grouping can happen in two different ways:
- Directly, via a Slot, where the slot is an inseparable part of the connector housing, formed during the manufacturing process.
- Indirectly, via a ModularSlot, which serves as a placeholder where other connector housings (modules) can be inserted during assembly.
The AbstractSlot is primarily relevant on the mating side of the connector. It enables a logical and geometrical grouping of cavities that may affect how mating is performed.
Attributes
Name | Type | Mult. | Description | Owning Classifier |
---|
slotNumber | String | 0..1 | Specifies the number of the slot. This must be unique within a ConnectorHousingSpecification. | AbstractSlot |
Outgoing Relations
Other End | This End | General |
---|
Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
---|
slotSpecification | SlotSpecification | 0..1 | N | Y | N | 0..* | References the SlotSpecification that is satisfied by the slot. |
coding | Coding | 0..1 | Y | Y | N | 0..1 | Defines coding of the slot that is satisfied by the Slot. |
Incoming Relations
This End | Other End | General |
---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
---|
referencedSlot | 1 | N | Y | N | AbstractSlotReference | 0..* | Points to the slot referenced by the slot reference. |
slot | 0..* | Y | Y | N | ConnectorHousingSpecification | 1 | Specifies the slots forming the ConnectorHousing. |