Net

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

A Net is an undirected connection between a number of NetworkPorts.

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

Net
description AbstractLocalizedString 0..*

Room for additional, human readable information about the Net.

Net

Outgoing Relations

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

References the Signal that is transmitted by the Net.

NetworkPort networkPort 1..* 1 References the NetworkPorts that are connected by the Net.

Incoming Relations

Type Mult. Role Mult. Description
Connection 0..* net 0..1 References the Net that is realized by the Connection.
NetSpecification 1 net 0..* Specifies the Nets defined in the NetSpecification.
NetGroup 0..1 net 2..* References the Nets that are grouped by the NetGroup.
Previous