NetworkPort

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

NetworkPort is the source or the receiver of a signal transmitted by a Net.

General Information

Attribute Value
Owner net
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 NetworkPort. The identification is guaranteed to be unique within the NetSpecification.

NetworkPort
signalDirection SignalDirection 0..1

Specifies the direction of the signal on this NetworkPort.

NetworkPort
description AbstractLocalizedString 0..*

Room for additional, human readable information about the NetworkPort.

NetworkPort

Outgoing Relations

Type Role Mult. Mult. Description
Signal signal 0..1 0..*

References the signal that is associated with the NetworkPort.

Incoming Relations

Type Mult. Role Mult. Description
ComponentPort 0..* networkPort 0..1 References the NetworkPort that is realized by the ComponentPort.
Net 1 networkPort 1..* References the NetworkPorts that are connected by the Net.
NetworkNode 1 port 0..* Specifies the NetworkPorts of a NetworkNode.
Previous