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 ComponentConnector.

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
Signal signal 0..1 0..*

References the Signal that is associated with the ComponentPort.

NetworkPort networkPort 0..1 0..* References the NetworkPort that is realized by the ComponentPort.

Incoming Relations

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

References the ComponentPort that is implemented by this CavityReference.

ComponentPortViewItem 0..* componentPort 1 References the ComponentPort that is represented by this ComponentPortViewItem.
ConnectionEnd 0..* connectedComponentPort 1 References the ComponentPort that is connected by the ConnectionEnd.
Previous