Net

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

A Net is an undirected link between NetworkPorts. It defines that the NetworkPorts are related to each other with the Net.

A Net is normally an instance of a NetType. E.g. if "CAN-BUS" is defined as a NetType typical Nets would be "BODY-CAN", "AUDIO-CAN".

General Information

AttributeValue
Ownernet
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

Specifies a unique identification of the Net. The identification is guaranteed to be unique within the NetSpecification.

Net
descriptionAbstractLocalizedString0..*

Room for additional, human readable information about the Net.

Net

Outgoing Relations

TypeRoleMult.Mult.Description
NetTypenetType0..1
NetworkPortnetworkPort1..*1References the NetworkPorts that are connected by the Net.

Incoming Relations

TypeMult.RoleMult.Description
Connection0..*net0..1References the Net that is realized by the Connection.
NetGroup0..1net2..*References the Nets that are grouped by the NetGroup.
NetSpecification1net0..*Specifies the Nets defined in the NetSpecification.
Previous