NetworkNode

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

A NetworkNode is a representative for an actor in the electric system, e.g. an actuator, a sensor, an ECU

General Information

AttributeValue
Ownernet
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

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

NetworkNode
abbreviationLocalizedString0..*

Room for a short name of the NetworkNode.

NetworkNode
networkNodeTypeNetworkNodeType0..1

Specifies the type of a NetworkNode. Common values are agreed as an OpenEnumeration.

NetworkNode
descriptionAbstractLocalizedString0..*

Room for additional, human readable information about the NetworkNode.

NetworkNode
subTypeNetworkNodeSubType0..1

Specifies the sub type of a NetworkNode. The sub type allows a differentiation within a specific type. E.g. an actuator can be differentiated into lamps, speakers, motors.

NetworkNode

Outgoing Relations

TypeRoleMult.Mult.Description
UsageNoderealizedUsageNode0..10..*

References the UsageNode that is realized by this NetworkNode.

NetworkPortport0..*1Specifies the NetworkPorts of a NetworkNode.

Incoming Relations

TypeMult.RoleMult.Description
NetSpecification1networkNode0..*

Specifies the NetworkNodes defined in the NetSpecification.

ComponentNode0..*networkNode0..1References the NetworkNode that is realized by the ComponentNode.
Previous