ComponentPort

Note: There is a newer version of this specification see VEC 2.1.0

Defines a port of ComponentNode. A ComponentPort is usually the realization of a NetworkPort. Electrological connections are defined between two or more ComponentPorts.

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 ComponentPort. The identification is guaranteed to be unique within the ConnectionSpecification.

ComponentPort
signalDirection SignalDirection 0..1

Specifies the direction of the signal on this ComponentPort.

ComponentPort
description AbstractLocalizedString 0..*

Room for additional, human readable information about the ComponentPort.

ComponentPort

Outgoing Relations

Type Role Mult. Mult. Description
NetworkPort networkPort 0..1 0..* References the NetworkPort that is realized by the ComponentPort.
Signal signal 0..1 0..*

References the Signal that is associated with the ComponentPort.

Incoming Relations

Type Mult. Role Mult. Description
ComponentNode 1 componentPort 0..* Specifies the ComponentPorts of the ComponentNode.
TerminalRole 0..* componentPort 0..1 References the ComponentPort that is realized by the referenced Terminal (OccurrenceOrUsage with TerminalRole). KBLFRM-341
CavityReference 0..* componentPort 0..1

References the ComponentPort that is implemented by this CavityReference.

ConnectionEnd 0..* connectedComponentPort 1 References the ComponentPort that is connected by the ConnectionEnd.
Previous