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

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 SignalGraphNode. The identification is guaranteed to be unique within the SignalGraph.

SignalGraphNode

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
representedElement ConfigurableElement 1 N Y N

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 End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
fromNode 1 N Y N SignalGraphEdge 0..*
node 0..* Y Y N SignalGraph 1

The SignalGraphNodes in the SignalGraph.

toNode 1 N Y N SignalGraphEdge 0..*
Previous