Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 694 Bytes

mermaidjs_hierarchys.md

File metadata and controls

29 lines (24 loc) · 694 Bytes
classDiagram
    ReferenceRecording <-- "*" RoadUser
    ReferenceRecording <-- "*" Road
    ReferenceRecording <-- "*" MiscObject
    ReferenceRecording <-- "*" State
    ReferenceRecording <-- "0..1" Weather

    Road <-- "*" Lane
    Road <-- "*" LateralMarking
    Road <-- "*" Border
    Road <-- "*" RoadObject
    Road <-- "*" StructuralObject
    Road <-- "*" Sign

    Lane <-- "*" Boundary
    Lane <-- "*" FlatMarking
    Lane <-- "0..1" Surface

Loading
classDiagram
    PerceptionRecording <-- "1" MetaObject
    PerceptionRecording <-- "*" Object
    PerceptionRecording <-- "*" Sensor
    PerceptionRecording <-- "*" MiscObject

Loading