SignalGraphNode

A SignalGraphNode represent some physical element that participates in the signal transmission related to a SignalGraph. If the representedElement fails or is not present in a network, some paths in the SignalGraph maybe disrupted.

General Information

AttributeValue
Ownersignal_graph
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

Specifies a unique identification of the SignalGraphNode. The identification is guaranteed to be unique within the SignalGraph.

SignalGraphNode

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
representedElementConfigurableElement1NYN

References the ConfigurableElement that is represented by a SignalGraphNode. This is expected to be some physical element of the vehicle network, that participates in signal transmission. In many cases this will be an OccurrenceOrUsage, however in some cases sub elements of the OccurrenceOrUsage might be relevant, e.g. a PinComponentReference or a WireElementReference.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
fromNode1NYNSignalGraphEdge0..*
node0..*YYNSignalGraph1

The SignalGraphNodes in the SignalGraph.

toNode1NYNSignalGraphEdge0..*
Previous