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

AttributeValue
Ownerschematic
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

Specifies a unique identification of the ComponentPort. The identification is guaranteed to be unique within the ComponentConnector.

ComponentPort
signalDirectionSignalDirection0..1

Specifies the direction of the signal on this ComponentPort.

ComponentPort
descriptionAbstractLocalizedString0..*

Room for additional, human readable information about the ComponentPort.

ComponentPort

Outgoing Relations

TypeRoleMult.Mult.Description
Signalsignal0..10..*

References the Signal that is associated with the ComponentPort.

NetworkPortnetworkPort0..10..*References the NetworkPort that is realized by the ComponentPort.

Incoming Relations

TypeMult.RoleMult.Description
TerminalRole0..*componentPort0..1References the ComponentPort that is realized by the referenced Terminal (OccurrenceOrUsage with TerminalRole). KBLFRM-341
CavityReference0..*componentPort0..1

References the ComponentPort that is implemented by this CavityReference.

ComponentConnector1componentPort0..*Specifies the ComponentPorts of the ComponentConnector.
ConnectionEnd0..*connectedComponentPort1References the ComponentPort that is connected by the ConnectionEnd.
Previous