SignalGraph

A SignalGraph is a directed graph of elements in the vehicle network that participate in the transmission of a signal / function / power / ground etc. A SignalGraph is expected to be at least an unilaterally connected graph, meaning it contains a directed path from u to v or a directed path from v to u for every pair u and v of SignalGraphNodes in the SignalGraph.

General Information

AttributeValue
Ownersignal_graph
Applied Stereotype
Base ClassifierConfigurableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
identificationString1

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

SignalGraph
aliasIdAliasIdentification0..*

Defines additional identifiers for the SignalGraph.

SignalGraph
descriptionAbstractLocalizedString0..*

Specifies additional, human readable information about the SignalGraph.

SignalGraph

Outgoing Relations

Other EndThis EndGeneral
RoleTypeMult.Agg.UniqueOrderedMult.Description
edgeSignalGraphEdge0..*YYN1

The SignalGraphEdges in the SignalGraph.

nodeSignalGraphNode0..*YYN1

The SignalGraphNodes in the SignalGraph.

Incoming Relations

This EndOther EndGeneral
RoleMult.Agg.UniqueOrderedTypeMult.Description
from1NYNSignalGraphRelation
signalGraph0..*YYNSignalGraphSpecification1
to1NYNSignalGraphRelation
Previous