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
Attribute | Value |
---|---|
Owner | signal_graph |
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 SignalGraph. The identification is guaranteed to be unique within the SignalGraphSpecification. |
SignalGraph |
aliasId | AliasIdentification | 0..* | Defines additional identifiers for the SignalGraph. |
SignalGraph |
description | AbstractLocalizedString | 0..* | Specifies additional, human readable information about the SignalGraph. |
SignalGraph |
Outgoing Relations
Other End | This End | General | |||||
---|---|---|---|---|---|---|---|
Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
edge | SignalGraphEdge | 0..* | Y | Y | N | 1 | The SignalGraphEdges in the SignalGraph. |
node | SignalGraphNode | 0..* | Y | Y | N | 1 | The SignalGraphNodes in the SignalGraph. |
Incoming Relations
This End | Other End | General | |||||
---|---|---|---|---|---|---|---|
Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
from | 1 | N | Y | N | SignalGraphRelation | ||
signalGraph | 0..* | Y | Y | N | SignalGraphSpecification | 1 | |
to | 1 | N | Y | N | SignalGraphRelation |